Bug #2009
closedWrong names for OA8/OA9 in model.property
Description
In the model.property table the entries for OA8/OA9 begin with a leading space.
Also the name value for OA9 should be "ends in"
It obviously does not affect the UI as the values are drawn from the property_i18n table. However, it might be confusing while doing direct queries.
Updated by Alexander Watzinger over 1 year ago
- Subject changed from Wrong entry for OA8/OA9 in model.property to Wrong names for OA8/OA9 in model.property
- Category set to CRM
- Status changed from New to Closed
- Assignee set to Alexander Watzinger
- Target version set to 7.15.0
Good catch, this must been in there for ages. And you are absolutely right, this could have been problematic if queried directly.
I fixed it in the develop version which should work for new installs. I also began the 7.13.0 SQL database upgrade file but didn't raised the database version (for now) because as noted there:
-- So far the database version wasn't raised for 7.13.0 so the database upgrade
-- script won't execute this file. Reason for this is that there is more
-- to come but feel free to execute it manually. So far SQL code below won't
-- be problematic if run again with the database upgrade script later.
Thanks for catching and reporting.
Updated by Alexander Watzinger over 1 year ago
- Target version changed from 7.15.0 to 7.13.0