You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
The text was updated successfully, but these errors were encountered:
zonky2
added
enhancement
This issue is about an enhancement (aka new feature)
and removed
Up for discussion
This ticket will be up for discussion in one of our next calls
bug
A bug! A bug! Fast, squish it!
labels
Dec 1, 2020
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
alias
as alias fieldtl_metamodel_dcasetting_condition
of typeconditionpropertycontainanyof
id
the property conditionDescribe 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 toid
the property conditions are broken because the serialized information of the property condition of typeconditionpropertycontainanyof
are not adjustedDescribe the expected behaviour of the application
alias
as alias fieldconditionpropertycontainanyof
.The text was updated successfully, but these errors were encountered: