Changed JArrayHelper to use ArrayHelper and added the use namespace to the files needed.
Changed JString to use StringHelper and added the use namespace to the files needed.
Fixed the spelling mistake of uniqe.
Made changes to compiler to accommodate the new pro member feature that added viewsDefaultOrdering options.
Fixed the moving of custom fields found in subforms of a plugin or module.
Improved the sorting options to correctly map for custom fields and the category field.
Small fixes concerning the sorting list and the column headers/arrows. Now both are synchronized.
Testing Instructions
The ordering in the list views should work in a synchronized way, for normal fields, and custom fields.
Expected result
That the ordering is now working as expected.
Actual result
Previously the toolbar sort and the columns where un-linked.
# Summary of Changes
- Changed main views in JCB to sort id descending.
- Changed JArrayHelper to use ArrayHelper and added the use namespace to the files needed.
- Changed JString to use StringHelper and added the use namespace to the files needed.
- Fixed the spelling mistake of uniqe.
- Made changes to compiler to accommodate the new pro member feature that added viewsDefaultOrdering options.
- Fixed the moving of custom fields found in subforms of a plugin or module.
- Improved the sorting options to correctly map for custom fields and the category field.
- Small fixes concerning the sorting list and the column headers/arrows. Now both are synchronized.
### Testing Instructions
The ordering in the list views should work in a synchronized way, for normal fields, and custom fields.
### Expected result
That the ordering is now working as expected.
### Actual result
Previously the toolbar sort and the columns where un-linked.
Summary of Changes
Testing Instructions
The ordering in the list views should work in a synchronized way, for normal fields, and custom fields.
Expected result
That the ordering is now working as expected.
Actual result
Previously the toolbar sort and the columns where un-linked.
eda4d594d6
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.