Rewrite check if user is a system user or not #60
Labels
No labels
bug
documentation
duplicate
enhancement
Feature Request
good first issue
help wanted
improvement
in progress
invalid
nag
Priority: High
Priority: Low
Priority: Medium
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Strichliste/strichliste#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I realized that this piece of code found here could be improved.
It should be possible to check if the user is a system users instead of hardcoding values, but we currently have a
Userstruct in thekey.UserDBwould hold the information if it is a system user.To anyone working on this: please dont pass a DB sturct to the frontend. Add a Field instead
Something like
should do the trick