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

userID being used when sharing instead of displayName or FullName #1738

Closed
meichthys opened this issue Aug 2, 2021 · 2 comments
Closed

userID being used when sharing instead of displayName or FullName #1738

meichthys opened this issue Aug 2, 2021 · 2 comments

Comments

@meichthys
Copy link

meichthys commented Aug 2, 2021

Describe the bug
userID instead of the displayName or FullName is being used when sharing task lists:
image
For reference, the calendar app seems to use the displayName/fullName:
image

I might be wrong, but I think the userID is intended to not be user-facing. A few other fixed bugs in other apps seem to have replaced the userID with a displayName or FullName ( #43, #74 ), however the userID still appears to be used by the Tasks app when sharing.

In some cases this probably isn't much of an issue since the userID may be human readable, but when using integrations like LDAP, the unchangeable userID looks quite ugly.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Tasks app
  2. Try to share a task list
  3. Search for a user name to share
  4. See error: The listed userID(s) will be displayed (often an ugly uuid when using LDAP) instead of showing displayName or Full Name.

Expected behavior
I would expect the search to show the displayName or FullName of the user i would like to share with, rather than the userID which is not changeable or readable.

Client details:

  • OS: Windows 10
  • Browser: Firefox (also tested with other browsers)
  • Version: 22
  • Device: Desktop
@raimund-schluessler
Copy link
Member

This seems like a duplicate of #1721 which was fixed with Tasks v0.14.1 (released a few minutes ago).

I guess you are still on v0.14.0 or earlier, so please update to the latest version.

@meichthys
Copy link
Author

Sure Enough! Thanks!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants