Checklist before I submit this issue report
I confirm that:
My environment is:
(Please fill in the actual values from your environment - check Contao Manager or use composer show)
| Key |
Value |
Comments |
| PHP version: |
7.2.10 |
|
| Contao version: |
4.9.3 |
|
| MetaModels version: |
2.2@dev |
|
| Installed MetaModels packages: |
core,attribute_tags,... |
Some more but not relevant |
| DCG version: |
2.2@dev |
|
Issue description
(Describe the problem you are having)
Steps to reproduce
- I have a tags attribute which uses the
alias as alias field
- The tags field is also referenced as condition for
tl_metamodel_dcasetting_condition of type conditionpropertycontainanyof
- I change the tag alias to
id the property condition
Describe the behaviour of the application
Because of duplicate aliases I want to migrate to the id as alias field. If I change the tag alias to id the property conditions are broken because the serialized information of the property condition of type conditionpropertycontainanyof are not adjusted
Describe the expected behaviour of the application
- I have a tags attribute which uses the
alias as alias field
- And I use the tags field as referenced field for property conditions of type
conditionpropertycontainanyof.
- I expect that the property conditions still work / get autoadjusted when changing the property condition tag alias.
Checklist before I submit this issue report
I confirm that:
My environment is:
(Please fill in the actual values from your environment - check Contao Manager or use
composer show)Issue description
(Describe the problem you are having)
Steps to reproduce
aliasas alias fieldtl_metamodel_dcasetting_conditionof typeconditionpropertycontainanyofidthe property conditionDescribe the behaviour of the application
Because of duplicate aliases I want to migrate to the
idas alias field. If I change the tag alias toidthe property conditions are broken because the serialized information of the property condition of typeconditionpropertycontainanyofare not adjustedDescribe the expected behaviour of the application
aliasas alias fieldconditionpropertycontainanyof.