stable

Clone or download

Read-only

request #27547: A field with a name containing a `-` character makes reports crash

Reproduction scenario: 1. Create a field with a name containing a `-` character 2. Display this field in a tracker report In order to avoid the issue, we replace the `-` characters in the name used to build SQL queries with a 'A'. Since the field name are always lowercased we are sure to not conflict with another field. Change-Id: If6b930ca2587b5861b6f1dc91844746b019a8dab

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.php +1 −1 Go to diff View file