|
| 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". |
|