-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Summary
Error 500 is thrown when trying to insert a 'Page Index' macro into a page using the new editor;
Environment
- Error 500 when trying to insert 'Page Index' macro into a page that's using the new editor;
- This behavior is not present when trying to insert this macro into a page using the old editor;
- Behavior present in Firefox and Chrome;
Steps to Reproduce
- Create a page using the new editor;
- Insert the 'Page Index' macro either by typing "/page index" OR by clicking '+' drop-down menu > "View More" > type 'Page Index';
Expected Results
- 'Page Index' macro to be inserted into the page;
Actual Results
- If macro is inserted via '+' drop-down menu: The load wheel keep spinning, No macro is inserted and Error 500 is thrown on browser's console - "message: "java.lang.NullPointerException: null""
- If macro is inserted via typing "/page index": error 500 is thrown on browser's console and no macro is inserted;
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available