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

Overhaul admin interface #479

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

multimeric
Copy link
Collaborator

@multimeric multimeric commented Jun 6, 2023

PR Checklist

  • This comment contains a description of changes (with reason)
  • Referenced issue is linked
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated
  • docs/changelog.md is updated

Description of changes

  • Allow unprivileged users to create new filters and delete their own filters via the REST API. This also resolves issues where these users couldn't create their own filters on certain pages.
  • Give all users access to the admin interface. Unprivileged users won't be able to edit or delete most entities, however
  • Added a "Filters" resource to the admin interface, allowing users to view, edit and delete filters there. This closes Cannot delete filters from 'Edit Filters' tab #476
  • Consistently added show, edit and delete buttons to all pages of the admin interface

Technical details

Additional context

@multimeric multimeric marked this pull request as ready for review June 6, 2023 07:37
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.

Cannot delete filters from 'Edit Filters' tab
1 participant