feature/12-user-management #39

Merged
philipp merged 21 commits from feature/12-user-management into dev 2021-01-26 16:29:01 +00:00
Owner

closes #12

closes #12
philipp added this to the Base-System milestone 2021-01-24 20:44:43 +00:00
philipp added the
enhancement
label 2021-01-24 20:44:43 +00:00
niggl was assigned by philipp 2021-01-24 20:44:43 +00:00
philipp added 16 commits 2021-01-24 20:44:44 +00:00
philipp requested review from niggl 2021-01-24 20:44:47 +00:00
niggl added 1 commit 2021-01-24 20:50:41 +00:00
# Conflicts:
#	src/components/UserDetail.svelte
niggl changed title from feature/12-user-management to WIP: feature/12-user-management 2021-01-24 20:57:41 +00:00
niggl requested changes 2021-01-24 20:58:00 +00:00
niggl left a comment
Owner

We found a bug.
@philipp is on it soon (tm)

We found a bug. @philipp is on it soon (tm)
Author
Owner

🐞 bug description

  • clicking on UserDetail will load all permissions
  • permission color is loaded from colors array which will be out of index when the permission targets are out of alphabetical order

possible solutions

  • order permissions by target in frontend
### 🐞 bug description - clicking on UserDetail will load all permissions - permission color is loaded from `colors` array which will be out of index when the permission targets are out of alphabetical order ### ✨possible solutions - order permissions by target in frontend
philipp added 1 commit 2021-01-25 19:56:23 +00:00
philipp changed title from WIP: feature/12-user-management to feature/12-user-management 2021-01-25 19:56:29 +00:00
philipp requested review from niggl 2021-01-25 19:56:44 +00:00
Author
Owner

bug should be resolved, thanks for the test @niggl 🤝

bug should be resolved, thanks for the test @niggl 🤝
Owner

Found another thing (not a bug per se).
After removeing a user from a group and saveing them the old groups permissions still reside in the userdetail "Permissions" section.
This changes on reload.

If if is possible to adjust this beahavior id'd prefer it.
If it ain't: Consider this approval.

Found another thing (not a bug per se). After removeing a user from a group and saveing them the old groups permissions still reside in the userdetail "Permissions" section. This changes on reload. If if is possible to adjust this beahavior id'd prefer it. If it ain't: Consider this approval.
Owner

Same the other way around btw ^^

Same the other way around btw ^^
philipp added 2 commits 2021-01-26 16:27:47 +00:00
philipp added 1 commit 2021-01-26 16:28:11 +00:00
niggl approved these changes 2021-01-26 16:28:44 +00:00
niggl left a comment
Owner

thx 4 implementing the requested changes.
👊

thx 4 implementing the requested changes. 👊
philipp merged commit d48b9b7f91 into dev 2021-01-26 16:29:00 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfk/frontend#39
No description provided.