MantisBT: master-2.2 c612d8da

Author Committer Branch Timestamp Parent
cproensa vboctor master-2.2 2017-03-22 16:45 master-2.2 449f4d51
Affected Issues  0017367: Custom Field - On The Manage Columns - Mantis changed value to lower case
 0022555: Regression in custom field sorting
 0029413: APPLICATION ERROR 1300 Custom field not found with case-sensitive database
Changeset

Fix lowercase custom field column names

Fix column names for custom field columns that may be stored as
lowercase in configuration. See issue 0017367
If the system was working fine with lowercase names, then database is
case-insensitive, eg: mysql.
Fix by forcing a search with current name to get the id, then get the
actual name by looking up this id.

Fixes: 0022555

mod - core/bug_api.php Diff File
mod - core/columns_api.php Diff File
mod - core/helper_api.php Diff File