Uh oh!
There was an error while loading. Please reload this page.
Allow to edit admin/own user in the user management - #18555
Conversation
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
gary-kim
left a comment
There was a problem hiding this comment.
- Login as admin
- Go to user management
- Enter editing mode for yourself
- Try to leave it (seems to work for any other user)
It seems that you currently cannot save when editing your own user.
server/apps/settings/src/components/UserList/UserRow.vue
Lines 211 to 218 in 32d279d
This comment has been minimized.
This comment has been minimized.
rullzer
commented
Jan 7, 2020
Ping :) |
rullzer
commented
Jan 9, 2020
master is NC19 now. |
kesselb
commented
Jan 17, 2020
Conflicts 😨 |
wiswedel
commented
Feb 10, 2020
🏓 |
wiswedel
commented
Feb 24, 2020
Anyone still alive fixing this? |
juliusknorr
commented
Feb 24, 2020
Yes, I was waiting for #19533 to be merged before doing another rebase dance. |
wiswedel
commented
Feb 24, 2020
32d279d to
1a8ee2fComparejuliusknorr
commented
Feb 25, 2020
All comments should be addressed, editing the own user is now limited to admin users as it is done in the backend. Ready for review. |
kesselb
commented
Feb 25, 2020
juliusknorr
commented
Feb 25, 2020
kesselb
commented
Feb 25, 2020
Also anything related to showing quota seems to be broken. It seems to be possible to change the quota but not what quota is currently selected. But that's probably fixed by #18818. |
juliusknorr
commented
Feb 25, 2020
Oh joy, but yes, let's try to address that in #18818 then. Same for the others. I can look into those, maybe you could create an issue for them, so I have a list rather than picking up pr comments. |
kesselb
commented
Feb 25, 2020
gary-kim
left a comment
There was a problem hiding this comment.
Tested and looked at the code. LGTM.
P.S. Never seen a computed returning a function before. Interesting.
juliusknorr
commented
Feb 26, 2020
Yeah the benefit of that is that the result is still cached, so it will only update if the dependency changes in contrast to a method. |
f833d99 to
6f932caCompareSigned-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
6f932ca to
b9d5186CompareI seem to be missing something here: I just installed 18.0.3 and still I can't edit my own user (no pencil icon). I need that e.g. to be able to assign myself to new groups. Currently, my (clumsy) workaround is to impersonate another admin and modify my user there… Apart from the huge vertical space for each user … I HAD an entry with MANY test groups since these were shown within other user lines in 18.0.0. Is it possible that the height is still calculated from the biggest (now deleted) entry? |
wiswedel
commented
Mar 23, 2020
I confirm that. |
rullzer
commented
Mar 23, 2020
yeah 18.0.3 is a release with just a security fix. |
@ rullzer
|
kesselb
commented
Mar 23, 2020
@vincentstans what part of "18.0.3 is a release with just a security fix" did you not understand? |
Hydrog3n
commented
Apr 16, 2020
nursoda
commented
Apr 30, 2020
Works fine in 19 beta 5, thanks! |






Uh oh!
There was an error while loading. Please reload this page.