See the:
I am doing something wrong, but I cannot understand what
–
Regards Falk
See the:
I am doing something wrong, but I cannot understand what
–
Regards Falk
I think the reason is because there’s a JavaScript error thrown when the popup is opened and when you select a template. You can check the JavaScript console. The problem seems to be that value
is null here https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-web/src/main/webapp/resources/js/xwiki/create.js#L156 , but this code is not new. Would be great if you can report an issue on https://jira.xwiki.org/ .
Thanks!
Marius
Hi @mflorea
Thanks for the fast turnaround on this!
Sorry that I haven’t answered before
Is it possible to cherrypick this change from src?
I’m more used with github issues that linkes to the changed code
–
Regards Falk
See XWIKI-17076: JavaScript exception thrown when creating a page from a … · xwiki/xwiki-platform@432b9bb · GitHub . You can patch the file locally and then clear the browser cache.
(you need to be logged in in order to see the list of commits in JIRA)
This fixed my problem…