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

Probleme mit Services ACLs - Deaktivierte Services aktivieren #1570

Open
kbilev opened this issue Sep 27, 2023 · 0 comments
Open

Probleme mit Services ACLs - Deaktivierte Services aktivieren #1570

kbilev opened this issue Sep 27, 2023 · 0 comments

Comments

@kbilev
Copy link
Contributor

kbilev commented Sep 27, 2023

Describe the bug
Ein User welcher keine "Host Edit" und "Service Edit" Rechte hat, kann Services die er deaktiviert hat nicht mehr aktivieren.

To Reproduce
Steps to reproduce the behavior:
Ein User mit allen Rechten auf Services kann Services deaktivieren. Das macht Sinn, da er die Rechte zum deaktivieren hat.
Jedoch kann er diese Services nicht mehr reaktivieren da er laut Code "Host Edit" und "Service Edit" Rechte braucht.

Expected behavior
Wenn das Recht gesetzt ist zum aktivieren von Services, sollte dies möglich sein

Versions

  • openITCOKPIT Server Version: 4.6,8

Additional context
ServicesController.php public function disabled() {
...
if ($this->hasRootPrivileges === false) {
if ($this->hasPermission('edit', 'hosts') && $this->hasPermission('edit', 'services')) {
...
}

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

No branches or pull requests

1 participant