gtt-project / redmine_custom_fields_groups

Redmine plugin for grouping custom fields.
GNU General Public License v3.0
12 stars 5 forks source link

Allow each users to select group tag from user preference #1

Closed sanak closed 2 years ago

sanak commented 2 years ago

Problem Currently, group tag settings (h3, h4 or fieldset+legend) is global level setting at plugin settings view, so it's not possible to meet the needs of multiple users.

Improvement If each login users can select their own preference at /my/account view, above problem will be solved.

sanak commented 2 years ago

Design Assume to use custom_fields_group_tag key and store h3, h4 or fieldset+legend value as string.