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.
Actions