This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-a57f5045-321d-4c0f-9871-833bd1decece XWIKI-23595 Open

Can't reorder XClass properties with the class editor

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-10ec3816-c0f0-4f05-af10-591b39e9b6cd Dorian Ouakli created this issue on 13/Oct/25 08:58
 
Summary: Can't reorder XClass properties with the class editor
Issue Type: cid:jira-generated-image-avatar-a57f5045-321d-4c0f-9871-833bd1decece Bug
Affects Versions: 17.8.0
Assignee: Unassigned
Components: Web - Templates & Resources
Created: 13/Oct/25 08:58
Priority: cid:jira-generated-image-static-major-5f781679-90c6-49b9-a0b1-d09e5adf672d Major
Reporter: Dorian Ouakli
Description:

Steps to reproduce, as an advanced user:

  1. Create a new `Sandbox.Test` page.
  2. Save the new page with an empty content.
  3. Open the "Edit" dropdown and click "Class" to open the class editor.
  4. In the new property line, fill in and submit the following properties:
    1. Name: "testA", Type: "Number"
    2. Name: "testB", Type: "Number"
    3. Name: "testC", Type: "Number"
  5. Click "Save and View".
  6. Open the class editor again through the "Edit" dropdown.
  7. Drag the "testC" property between "testA" and "testB".
  8. Make sure the order is "testA", "testC", "testB".
  9. Click "Save and View".
  10. Open the class editor again through the "Edit dropdown.

Expected Result:
 The class properties are listed in the following order: "testA", "testC", "testB".

Actual Result:
 The class properties are listend in the original order: "testA", "testB", "testC".