Bug in user selection UX and dashboard visibility setting in external link configuration
-
While updating an external link in the applications list, I noticed the Save action was causing issues when the UI tries to post to
<REDACTED>/api/v1/applinks/<REDACTED>?access_token=<REDACTED>status "Bad Request" message "All users have to be strings"it seems to be caused by some User appearing as an empty String
Another issue is that the displayed count of users seems to be greater than the number of users available for selection.here: 0 users selected in the list, but the displayed count is 1

another example : 2 users in the list, 3 selected.

What I did is just to switch the dashboard visibility setting to all users instead of specific users. But this is confusing.
-
I think this could be partially due to a
nullusername for one of users. But the username field is optional in the Users settings, so that should not block the "Save" by design, right? -
J james has marked this topic as solved
-
Hello @sansguidon
I have looked into the issue and fixed it.
Will be part of the next Cloudron release.@james said in Bug in user selection UX and dashboard visibility setting in external link configuration:
Hello @sansguidon
I have looked into the issue and fixed it.
Will be part of the next Cloudron release.Thanks @james
