View Issue Details

IDProjectCategoryView StatusLast Update
0013494mantisbtbugtrackerpublic2011-11-21 14:04
Reportervincent_sels Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionduplicate 
Product Version1.2.8 
Summary0013494: Allow configuration of which custom fields to display/require upon which status changes
Description

For custom fields, you can now configure whether to display or require the custom field upon <i>resolving</i> and upon <i>closing</i>. Wouldn't it be better to replace these two with a generic table, allowing to specify upon which status change, the field should be displayed and when it is required ? To store this, you could simply use one database field, with an array of key-value pairs, one key per status, and as value:
0 - don't display
1 - display
2 - required.

Checking required but not checking display is pointless anyway.

TagsNo tags attached.

Relationships

duplicate of 0005744 new Managing custom fields in the workflow 

Activities

vincent_sels

vincent_sels

2011-11-07 16:06

reporter   ~0030194

This was more or less asked in ticket 0005068 but i see that ticket was closed (even though imo not completely solved).

vincent_sels

vincent_sels

2011-11-07 16:07

reporter   ~0030195

An extra step would be to allow this configuration to be overwritten per project and user.

atrol

atrol

2011-11-08 03:22

developer   ~0030196

This is a duplicate of 0005744
Do you agree?
See also the requirements page where you can contribute if you want.
http://www.mantisbt.org/wiki/doku.php/mantisbt:custom_field_display_requirements

vincent_sels

vincent_sels

2011-11-08 06:43

reporter   ~0030200

Yes, that is indeed an exact duplicate, strange that I've missed that in my search, sorry.

I'll take a look and see if I can continue the development suggested there (migrate it to v1.2.8).