-
Bug
-
Resolution: Fixed
-
Major
-
4.3.8, 4.4.4, 4.5
Under certain conditions a mod_data activity can throw an error when trying to be viewed (list or single view), see screenshot.
Some debugging shows: The issue is caused by records for, for example, a text field for which the content1 field in the database table data_content is an empty string instead of null.
I assume that this happened due to some export/import. But as a solution the code should just be hardened to deal with empty strings equally to dealing with null.