Zend Framework

empty attributes not sent back to server

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.7.0
  • Component/s: Zend_Gdata
  • Labels:
    None

Description

Empty attributes are compared using a != null statement when deciding whether to send them back to the server. Because an empty string is considered null, we need to check as !== null instead.

Activity

Hide
Ryan Boyd added a comment -

Fixed in r12155

Show
Ryan Boyd added a comment - Fixed in r12155
Hide
Trevor Johns added a comment -

Marking as fixed for 1.7.0.

Show
Trevor Johns added a comment - Marking as fixed for 1.7.0.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: