ZF-4723: empty attributes not sent back to server
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.
Comments
Posted by Ryan Boyd (rboyd) on 2008-10-27T13:58:17.000+0000
Fixed in r12155
Posted by Trevor Johns (tjohns) on 2009-02-12T15:23:24.000+0000
Marking as fixed for 1.7.0.