Bug #27333
view_react permission should be removed
Status:
Closed
Priority:
Normal
Assignee:
Category:
Users, Roles and Permissions
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Description
The view_react permission was added in https://github.com/theforeman/foreman/pull/6741 apparently in order to get a test to pass (https://github.com/theforeman/foreman/pull/6741/files#r283366317).
This permission makes no sense from a user pov - users care about resources, not about how the page is rendered.
This also leads to multiple warnings when seeding roles as they don't find a `React` resource.
Related issues
Associated revisions
History
#1
Updated by Tomer Brisker almost 3 years ago
- Related to Bug #26753: react-router foundation #3 - Bookmarks added
#2
Updated by The Foreman Bot almost 3 years ago
- Assignee set to Tomer Brisker
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6910 added
#3
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases 1.23.0 added
#4
Updated by Tomer Brisker almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 652dae5f7a3682e804e84b5a7eb4abccce256c58.
Fixes #27333 - remove view_react permission