MantisBT: master 4d977638

Author Committer Branch Timestamp Parent
dregad dregad master 2021-02-06 14:31 master 55a37673
Affected Issues  0026665: Custom fields with comma can't be used in Manage Config Columns page
Changeset

Custom Field names with commas (,) are forbidden

Until now, the custom fields management page allowed saving a Custom
Field with commas; attempting to use such a field in the Manage Columns
pages results in APPLICATION ERROR 2601 when trying to save the
configuration.

This commit prevents saving or updating a custom field if its name
contains a comma.

Fixes 0026665

mod - core/constant_inc.php Diff File
mod - core/custom_field_api.php Diff File
mod - lang/strings_english.txt Diff File