Refactor #33387
Drop view_tasks permission in core
Status:
Closed
Priority:
Normal
Assignee:
Category:
Users, Roles and Permissions
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Description
it is not actually used anywhere AFAICT. foreman_tasks uses view_foreman_tasks permission.
Associated revisions
History
#1
Updated by The Foreman Bot 12 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8749 added
#2
Updated by The Foreman Bot 11 months ago
- Fixed in Releases 3.2.0 added
#3
Updated by Tomer Brisker 11 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|813b605d873b5b5473b470ff1befce7f5b5952cb.
#4
Updated by Ewoud Kohl van Wijngaarden 11 months ago
- Fixed in Releases 3.1.0 added
- Fixed in Releases deleted (
3.2.0) - Pull request deleted (
https://github.com/theforeman/foreman/pull/8749)
#5
Updated by Ewoud Kohl van Wijngaarden 11 months ago
- Triaged changed from No to Yes
- Target version set to 3.1.0
- Subject changed from drop view_tasks permission in core to Drop view_tasks permission in core
- Fixed in Releases deleted (
3.1.0) - Pull request https://github.com/theforeman/foreman/pull/8749 added
#6
Updated by Ewoud Kohl van Wijngaarden 10 months ago
- Fixed in Releases 3.1.0 added
Fixes #33387 - Remove view_tasks permission
This permission was present since the permission model was implemented
in acfbc45886c4 but wasn't really used anywhere. Foreman tasks uses a
different `view_foreman_tasks` permission.