There are 3 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-0bfbda85-cdeb-48dc-bf47-b72a6fde7900 XWIKI-23595 Open

Can't reorder XClass properties with the class editor

 
View issue   ยท   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-2ae33ddf-3b4d-44c8-8103-f31a0e5b5645 Changes by Dorian Ouakli on 13/Oct/25 09:03
 
Labels: regression
 
cid:jira-generated-image-avatar-dccf2a7d-aaeb-4d15-8610-6d65ddaf62b1 Changes by Simon Urli on 13/Oct/25 09:07
 
Priority: Major Blocker
 
cid:jira-generated-image-avatar-2ae33ddf-3b4d-44c8-8103-f31a0e5b5645 Changes by Dorian Ouakli on 13/Oct/25 09:10
 
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
following new order: "testA", "testC", "testB".

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