Details
-
Bug
-
Resolution: Fixed
-
Major
-
12.6.5
-
None
-
Trivial
-
N/A
-
N/A
-
Description
How to reproduce:
- make a local instance of XWiki, on 12.6.4
- create a dashboard on the wiki and edit a gadget on the dashboard
- upgrade that instance to 12.6.5
- after upgrade, go to the dashboard in question
- edit the dashboard and click the pencil button on the top right cornet of one of the gadgets
Expected result:
- the gadget edit popup displays properly and allows to edit the parameters of the gadget used
Actual result:
- the edit popup does not get displayed, the pencil button becomes a loading icon that keeps on loading
The following errors are displayed in the console:
In the network tab of the browser I could see the request being 404, with this stack:
the source of the call, the
http://localhost:8080/xwiki/wiki/testsubwiki/jsx/CKEditor/EditSheet?r=1
is loaded from cache by my browser and this is the reason for the error. However, that jsx, like other jsx ressources of the platform, should auto refresh on upgrade (the version of the wiki should be pased as parameter or something).
I reproduced this on Vivaldi and Firefox. I didn't try to reproduce it all over again on Chrome, I guess the cache was just empty when I tried.
Attachments
Issue Links
- depends on
-
CKEDITOR-361 The CKEditor can fail to load after upgrading XWiki
- Closed
-
CKEDITOR-335 Add support for editing wiki pages in-place
- Closed
-
XWIKI-17151 Add support for extending the global RequireJS configuration available on page load
- Closed
- relates to
-
XWIKI-18167 Cannot edit a gadget on a dashboard after upgrading an instance
- Closed