Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table: Catch exception if multiSortMeta array is empty #11869

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Table: Catch exception if multiSortMeta array is empty #11869

merged 1 commit into from
Sep 9, 2022

Conversation

philippwaller
Copy link
Contributor

Currently, an exception occurs if an empty multiSortMeta array is passed. However, there are use cases where the sort criteria are set after rendering. Therefore, it should be possible to pass an empty multiSortMeta array and change it during the lifecycle.

This PR fix issue #11868.

@cetincakiroglu cetincakiroglu added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Sep 5, 2022
@cetincakiroglu cetincakiroglu linked an issue Sep 9, 2022 that may be closed by this pull request
@cetincakiroglu cetincakiroglu merged commit 43b829c into primefaces:master Sep 9, 2022
@philippwaller philippwaller deleted the fix/table-multisortmeta branch October 4, 2022 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table: Unhandled exception if multiSortMeta array is empty
2 participants