Actions
Bug #3108
closedDuplicate titles of fields not displaying in userlist backend
Description
When you have 2 fields with the same title only 1 of them will display in Userlist backend for adding to columns. For example a text field called Text (cb_text1) and Text (cb_text2) only 1 of them will display.
Files
Actions
#1
Updated by krileon almost 13 years ago
- File 3108-pt1.patch 3108-pt1.patch added
- File 3108-pt2.patch 3108-pt2.patch added
The fields array was using title as the key, which isn't unique. Swapped it so the field id is the key which is unique then fixed the usage of the fields array.
Updated by krileon almost 13 years ago
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
Updated by beat almost 13 years ago
- Status changed from Resolved to Closed
- Estimated time set to 2:00 h
commit r1724 fixes it exactly as suggested. Thank you Kyle.
Actions