Major upgrade, with new filter system, and many bug fixes. #618
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#618
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull Request for Issue gh-378, gh-609, gh-612, gh-616.
Summary of Changes
Testing Instructions
Look over all the issues fixed, resolved and test accordingly.
Expected result
That all issues are resolved.
Documentation Changes Required
The new filters above the list views works like a charm and JCB's performance has improved with the new changes!
When I select multiple items in the list admin view, I get this NOTICE:
Notice: Array to string conversion in /var/www/html/administrator/components/com_ehealth_portal/models/vmmcs.php on line 458
When I set a custom fields's filter option to
Yes (multi)
, I get this error on compilationWhen I Insert the above code snippet into the custom field, the component compiles successfully and when I try filtering (by selecting multiple items) in the admin list view I get this ERROR:
Okay so the issue was related to the getStoredId method, and is now resolved, please check again and let me know.
@Llewellynvdm
Multi item filtering in custom fields works well now, However I just discovered two more issues which are:
When I filter fields by their categories in JCB's Fields list view, I get the following:
Notice: Array to string conversion in /var/www/html/administrator/components/com_componentbuilder/models/fields.php on line 655
And when I filter field-types by their categories in JCB's Fieldtypes list view, I get the following:
Notice: Array to string conversion in /var/www/html/administrator/components/com_componentbuilder/models/fieldtypes.php on line 411
So the category filter was also now fixed, please confirm this.
Yes, everything works well now.. PR is now ready for merge!