MetaModels / core

MetaModels Core Module
GNU Lesser General Public License v3.0
96 stars 42 forks source link

When changing the attribute type, the template is not changed in rendersetting. #1435

Open zonky2 opened 3 years ago

zonky2 commented 3 years ago

When changing the attribute type, the template is not changed in rendersetting.

e.g. change from translatedtext to text, the call to the template of translatedtext is retained

zonky2 commented 2 years ago

When we add attributes via addAll, currently the standard template is automatically entered at template, even if this is not necessary. A change of the attribute type would then automatically be output with an appropriate template.

As an alternative, it would be worth considering whether rendersetting, input mask, sorting, filter rule etc. should also be deleted when the attribute type is changed...