Closed didrikmunther closed 1 week ago
Latest commit: 36bb9da2696dade7a19365b2b91537dcdab17b4a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Hi @didrikmunther,
First of all, thanks for your PR
However, note that this may be a bit ambiguous for users to have a partial list of data without seeing any filter applied. Wouldn't you want to use filters
options with active: true
instead, to keep a visual representation of applied filters in the list that users see?
Hi @didrikmunther, First of all, thanks for your PR However, note that this may be a bit ambiguous for users to have a partial list of data without seeing any filter applied. Wouldn't you want to use
filters
options withactive: true
instead, to keep a visual representation of applied filters in the list that users see?
Hi @cregourd, The reason is because I'm building a multi-tenancy app, where users should not even know about the internals of the organization-scoping mechanisms. E.g. in Google Calendar, I don't see any active filters that calendar id "xxxx" and "yyyy" is activated, it just automatically filters such that I can only see my own calendars.
Title
[Provide a succinct and descriptive title for the pull request, e.g., "Improve caching mechanism for API calls"]
Type of Change
Description
I have a use case for adding multi-tenancy to this admin panel, and I need to be able to set dynamic where clauses to filter on a users organization id.
Screenshots
Testing
No tests have been written for this.
Impact
This should open up for more advanced admin panels.