Content
View differences
Updated by Attila Dombi almost 2 years ago
* [x] ~~Remove the~~ `~~project_custom_field_mapping~~` ~~and [ ] Remove the `project_custom_field_mapping` and use a ::Type::AttributeGroups kind of approach for defining attribute sections.~~ sections.
~~Both Both logic are similar and there is no reason to have a second approach as the~~ `~~project_custom_field_mapping~~`~~.~~
The structure of the two approaches are slightly different, ::Type::AttributeGroups allow to have a set of `CustomFieldSection`s defined on the project level. While the current implementation uses `CustomFieldSection`s defined on the instance level. Hence the transition is not possible.
The aac patch got further trimmed, and now just the essential methods are present in it. `project_custom_field_mapping`.
* [x] Simplify and get rid off the acts as customizable patch for the projects
~~Both
The structure of the two approaches are slightly different, ::Type::AttributeGroups allow to have a set of `CustomFieldSection`s defined on the project level. While the current implementation uses `CustomFieldSection`s defined on the instance level. Hence the transition is not possible.
The aac patch got further trimmed, and now just the essential methods are present in it.
* [x] Simplify and get rid off the acts as customizable patch for the projects