Create child page from AWM, can only choose one same type?

See the:
out

I am doing something wrong, but I cannot understand what :slight_smile:


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

1 Like

I reported and fixed https://jira.xwiki.org/browse/XWIKI-17076 . Maybe it fixes your issue also.

1 Like

Hi @mflorea

Thanks for the fast turnaround on this!
Sorry that I haven’t answered before :slight_smile:

Is it possible to cherrypick this change from src?
I’m more used with github issues that linkes to the changed code :slight_smile:


Regards Falk

See https://github.com/xwiki/xwiki-platform/commit/432b9bb042a18bb9cc84c6227fcf1a168260b98c . 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…