There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d34bd5f4-64d6-4e67-873b-09941fdf680d XWIKI-23595 Open

Can't reorder XClass properties with the class editor

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-9b2bb884-f898-43c5-b694-3139582e9764 Changes by Dorian Ouakli on 13/Oct/25 09:23
 
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".