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

[26738] reminder beta global filter change refreshes all actions #776

Merged
merged 3 commits into from
Feb 3, 2025

Conversation

marcel7ag
Copy link
Contributor

  • fix: isChecked on the action calls the wrong one instead of the specific one.
    • calling this.isChecked() instead works.
  • fix: when checking a filter using global config, the other tables and its filters dont refresh
    • new method which refreshes all filter actions when the refresh() is called.
  • fix: resetOtherFilters only reset the filters of a specific table with the given parameter
    • the logic is the same, now additionally if useGlobalFilters, then reset the filters of each area. i used entryset for this.

@marcel7ag
Copy link
Contributor Author

refactoring.

actions now have a reset and reload method which are used by the FilterActions record

@huthomas huthomas merged commit dac2e32 into elexis:master Feb 3, 2025
@marcel7ag marcel7ag deleted the 26738 branch February 3, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants