Defect #37762
Project form - editable custom fields
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
Recently I was developing plugin which adds Editable by to project's custom fields (works similar to Visible by). I analyzed RM code and found out Project has editable_custom_field_values - decided to override it in my plugin. Then I was surprised that in this method is not used in form. So my question is why this method even exists in Project model?
In issue or timelog forms editable_custom_field_values is used. Could we unify this?
History
#1
Updated by Maciej Pankanin 4 months ago
BTW Don't you think it would be an desirable core feature? I mean ability to set which roles can edit specific custom field?