Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
17.7.0
-
Integration
-
Unknown
-
N/A
-
N/A
-
Description
Steps to reproduce, as an advanced user:
- Create a new `Sandbox.Test` page.
- Save the new page with an empty content.
- Open the "Edit" dropdown and click "Class" to open the class editor.
- In the new property line, fill in and submit the following properties:
- Name: "testA", Type: "Number"
- Name: "testB", Type: "Number"
- Name: "testC", Type: "Number"
- Click "Save and View".
- Open the class editor again through the "Edit" dropdown.
- Drag the "testC" property between "testA" and "testB".
- Make sure the order is "testA", "testC", "testB".
- Click "Save and View".
- Open the class editor again through the "Edit" dropdown.
Expected Result:
The class properties are listed in the new order: "testA", "testC", "testB".
Actual Result:
The class properties are listed in the original order: "testA", "testB", "testC".
Attachments
Issue Links
- is caused by
-
XWIKI-22806 Refactor dataeditors.js to get rid of prototypejs
-
- Closed
-