Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2 M1
-
Fix Version/s: 3.2 M2
-
Component/s: Rendering
-
Labels:None
-
keywords:regression
-
Difficulty:Unknown
-
Similar issues:
XWIKI-6160 Cannot "cancel" adding a gadget on a dashboard, or removing a gadget or editing the parameters of a gadget XWIKI-6150 When adding or editing the parameters of a gadget, the positions of the gadgets on the dashboard are reset XWIKI-6620Can't add gadget or edit gadget parameters XWIKI-6084Adding a gadget to an empty dashboard fails with a javascript error XWIKI-6137 Dashboard gadget positions get reset when adding a new gagdet XWIKI-7954 Have custom actions for certain macros/gadgets XWIKI-6092Allow to edit the parameters of a gadget in the dashboard XWIKI-6163Impossible to move gadgets in the previous columns when a new column is added XWIKI-5941Allow to remove a gadget from a dashboard XWIKI-5842Add titles and decoration to gadgets in the dashboard macro
Description
steps to reproduce:
-login
-edit a dashboard
-try adding a gadget
You will see that after you press Insert button it won't be added to the dashboard.
Actually, you can neither edit a gadget, remove a gadget or edit the gadget positions. It's caused by the fact that the ajax requests for dashboard manipulation do not handle form_token, therefore the forms are found to be invalid from this pov and a confirmation page is returned, which the user has to confirm.