-
Bug
-
Resolution: Fixed
-
Major
-
1.0.0, 1.1.0
-
None
-
4.1RC1
-
4.1 RC3
I have the following sitemap structure :
Sitemap
|_index
|_page1
_|_page2
__|_page3
__|_page4
__|_page5
I'm on the frontedition of page2
In /skins/demo/stylesheets/menus.xsl, I added a call to ametys-front-edition-insert-move-page-button with different values for page-new-pos :
- if -1, then it fails to move as last child for page3, page4, page5 (see org.ametys.web.repository.page.PageDAO.movePage(String, String, int) javadoc) KO
- if 0, then it works for page3, page4, page5 OK
- if 1, then it works for page4, page5, but it fails for page3
- if 2, then it works for page5, it fails for page3, page4