cannot rename an alias in a parent page if alias existed before in child page and have been deleted
My case :
I got some document types with the same property (title). I want to put that property in a parent document instead for that thoses childs documents inherits the parent property (title).
Reproduction steps :
Create a document type with a textString property with alias : Titre
Save
Create a child document type with a textString property with alias :
title
Save
Remove the title property from the child document type
Save
Change the Titre alias to title.
Save
You will get the error : Validation: Duplicate property aliases not allowed between compositions.
What the result expected :
I expect to be able to rename the parent property since that property no longer exist in child documents.
cannot rename an alias in a parent page if alias existed before in child page and have been deleted
My case :
I got some document types with the same property (title). I want to put that property in a parent document instead for that thoses childs documents inherits the parent property (title).
Reproduction steps :
You will get the error : Validation: Duplicate property aliases not allowed between compositions.
What the result expected :
I expect to be able to rename the parent property since that property no longer exist in child documents.
is working on a reply...