Modify ↓
#12217 closed defect (fixed)
It's possible to create a custom field with the same name as a built in field [patch attached]
Reported by: | pipern | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | CustomFieldAdminPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: |
Description
It's possible to use CustomFieldAdminPlugin's web UI to create a custom field named (for example) 'description'. This is later ignored by Trac, but is confusing for a user.
I've attached a patch which prevents the user being able to create a field with the same name as an existing field. There was already code to prevent a name collision with other custom fields.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | avoid-new-custom-fields-with-same-name-as-builtin-fields.diff added |
---|
comment:1 Changed 10 years ago by
Owner: | changed from osimons to Ryan J Ollos |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Patch against r14260 to address #12217