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

Wrong categorization in "User Information" view due to spelling mistake #70

Open
perlausten opened this issue Jun 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@perlausten
Copy link

perlausten commented Jun 18, 2024

There's a spelling error in the categorized column in the "User Information" view:

licenseType := @If(@IsError(aclLevel); "< Unknown >";
	(aclLevel = "Author" | aclLevel = "Depositor" | aclevel = "Reader" | aclLevel = "No Access"  | aclLevel = "") & (extNAB + extORG != "") ; "CCX"
	; "CCB Users");

The aclevel = "Reader" check should be aclLevel = "Reader".

This leads to CCX users with reader access being categorized as CBB users.

@notesboy notesboy added the bug Something isn't working label Sep 16, 2024
@notesboy notesboy self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants