Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4165 closed defect (invalid)

Cannot remove default items or disable — at Version 1

Reported by: simon.walter@… Owned by: osimons
Priority: normal Component: CustomFieldAdminPlugin
Severity: normal Keywords: remove
Cc: Trac Release: 0.11

Description (last modified by osimons)

If I remove either of the custom fields:

blockedby = text
blockedby.label = Blocked By
blocking = text
blocking.label = Blocking

either via editing trac.ini or using this plugin, I get an error asking me to: trac-admin /path/to/trac upgrade

When I do that, the error goes away. However, the default fields are reinserted in trac.ini

blockedby = text
blockedby.label = Blocked By
blocking = text
blocking.label = Blocking

It's very annoying. Any ideas? Thanks

Change History (1)

comment:1 Changed 15 years ago by osimons

Description: modified (diff)
Resolution: invalid
Status: newclosed

Well, seeing the behavior is the same wether you edit using admin or trac.ini directly, it certainly can't be an issue with custom fields admin plugin as all it does is edit trac.ini for you. And, it can't be Trac itself - that I'm also quite sure of.

What then remains is the reason those fields are there in the first place, and what piece of code demands you to upgrade - and then actually puts the fields back in the file. By the names of the fields, I suspect it would be a plugin that works with ticket dependencies or hierarchies. In Plugins webadmin, try to disable the most likely candidates - then try to remove the custom fields again. Of course, if you actually use the 'problematic' plugin, then deleting the fields no longer seems like a good idea...

Anyway, can't see that it is an issue for CustomFieldAdminPlugin itself, so I'm closing the ticket. But please reopen and move to a different 'Component' if your continued quest leads you to bugs or feature requests for some other plugin.

Note: See TracTickets for help on using tickets.