Actions
Bug #6427
closedField value checks through callField are wrong
Description
The current checks are just ! trim( $formatted )
the actual check should be trim( $formatted ) != ''
. This is the case for both profile view and profile edit output checks.
Note to workaround this issue simply supply placeholder value when configuring the ajax usage.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions