Changes between Initial Version and Version 1 of Ticket #4165


Ignore:
Timestamp:
Nov 26, 2008, 9:24:57 AM (15 years ago)
Author:
osimons
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4165

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #4165 – Description

    initial v1  
    11If I remove either of the custom fields:
     2{{{
    23blockedby = text
    34blockedby.label = Blocked By
    45blocking = text
    56blocking.label = Blocking
    6 
    7 either via editing trac.ini or using this plugin, I get an error asking me to: trac-admin /path/to/trac upgrade
     7}}}
     8either via editing trac.ini or using this plugin, I get an error asking me to: `trac-admin /path/to/trac upgrade`
    89
    910When I do that, the error goes away. However, the default fields are reinserted in trac.ini
    1011
     12{{{
    1113blockedby = text
    1214blockedby.label = Blocked By
    1315blocking = text
    1416blocking.label = Blocking
     17}}}
    1518
    1619It's very annoying. Any ideas? Thanks