Changes for page Data types

From version 3.1
edited by Nazzareno Pompei
on 28/10/2022 08:42
Change comment: Install extension [org.xwiki.platform:xwiki-platform-xclass-ui/14.9]
To version 4.1
edited by Nazzareno Pompei
on 19/01/2024 08:57
Change comment: Install extension [org.xwiki.platform:xwiki-platform-xclass-ui/15.10.5]

Summary

Details

Page properties
Content
... ... @@ -15,7 +15,8 @@
15 15   'editor': 'wiki',
16 16   'template': $request.template,
17 17   'parent': $request.parent,
18 - 'title': $classTitle
18 + 'title': $classTitle,
19 + 'form_token': $services.csrf.token
19 19   })))
20 20   ## Stop processing, since we already sent a redirect.
21 21   #stop