Fixed Ordering in List VIews #560

Merged
Llewellyn merged 4 commits from staging into master 2020-05-24 22:07:12 +00:00
Owner

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 - 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.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#560
No description provided.