We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Admin screen for editing ACLs loads without error.
When loading the screen, an internal server error occurs (derived from testing in OTOBO).
Steps to reproduce the behavior:
If the understanding of the Znuny code is correct, you are also affected by a minor bug reported by me in RotherOSS/otobo#4059. Relevant code:
Znuny/Kernel/Modules/AdminACL.pm
Lines 791 to 797 in 7f7219e
The cause of problem is that an array ref is used as fallback for the ACLKeysLevel3 variable when instead it should be a hash ref.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Expected behavior
Admin screen for editing ACLs loads without error.
Actual behavior
When loading the screen, an internal server error occurs (derived from testing in OTOBO).
How to reproduce
Steps to reproduce the behavior:
Additional information
If the understanding of the Znuny code is correct, you are also affected by a minor bug reported by me in RotherOSS/otobo#4059. Relevant code:
Znuny/Kernel/Modules/AdminACL.pm
Lines 791 to 797 in 7f7219e
The cause of problem is that an array ref is used as fallback for the ACLKeysLevel3 variable when instead it should be a hash ref.
The text was updated successfully, but these errors were encountered: