You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
* Implement new header bar component
* rename header-bar to v-header-bar
* Make header bar a global component
* Remove header bar from main app.vue
* Remove header bar from main app.vue parent
* Use new header bar on pages
* Use store for sidebar nav state
* Render header button based on config passed to header bar
* Re-style alert
* Add button support to header
* Add header button to item listing
* Re-add buttons to edit view
* Fix styling of disabled button
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
duplicateThis issue or pull request already existsenhancementNew feature or request
π¨ MIGRATED FROM REQUESTS.GETDIRECTUS.COM π¨
Custom Role Filters
π = 3
Created 2 months ago by @benhaynes
@benhaynes β π (2 months ago)
In addition to NONE, MINE, ROLE, and FULL... we could add a CUSTOM option that allows for a filter string, like:
category[contains]='something'
Quite useful for more advanced Roles!
@masiqbal β π (1 month ago)
+1 Need this to create role to maintain records in certain article categories only.
I think this is better: category[contains]='something1;something2;somethingelse;'
The text was updated successfully, but these errors were encountered: