Actions
Bug #6381
closedOld sample data fields using reserved field ids
Description
Old sample data fields before CB 1.9 were created with reserved field ids. These fields need to be properly migrated, but changing their ids could break some parameter usages. Regardless the migration needs to occur as it's causing conflicts with new internal fields like the alias field.
Updated by krileon almost 8 years ago
The new alias field shouldn't use a reserved id. Reserved id usages should no longer be added and instead use more dependable factors (e.g. grab field by name instead of id). This is already the case for alias field so it can just be a dynamic field now.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- Priority changed from Normal to Urgent
- % Done changed from 0 to 100
Fixed in MR !1217
Updated by krileon almost 8 years ago
- Target version changed from CB 2.2 to CB 2.1.1
Actions