-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
None
Bugs such as CMS-6055 is due to our synchonisation system between DEFAULT and LIVE jcr workspaces that is based upon JCR listener mechanism : events are not sent in the right order and this makes same name sibling nodes to bug.
We should not use it anymode for auto-synchronized node : ametys:plugins and [site]/ametys-internal:plugins.
It concerns :
- Alias : ametys:alias
- Glossary : ametys:definition
- Newsletter : ametys:category
- LinkDirectory : ametys:theme
- Survey : ametys-internal:rules
We have to create migrations script.
- Est référencé par
-
CMS-6055 Aliases created when renaming page don't work
-
- Closed
-
-
GLOSSARY-38 Do not use JCR same name sibling anymore
-
- Closed
-
-
LINKS-33 Do not use JCR same name sibling anymore
-
- Closed
-
-
NEWSLETTER-222 Do not use JCR same name sibling anymore
-
- Closed
-
-
SURVEY-120 Do not use JCR same name sibling anymore
-
- Closed
-
Alias was naming alias, alias-2, alias-3, ... as we have no property to use with FilterNameHelper (an alias have just a url like "//*.html").
For others nodes, the name was construct from a label or a title using FilterNameHelper.
Here is the script of migration for old alias: