-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fixed deprecation warning Node.attributes.displayname
should be accessed directly on the Node
#1074
Conversation
Thanks Denis! We'll investigate :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense
There is a problem if there is an outdated app that uses a library version that does not provide displayname
Hey @susnux Do you know there I find the rules for commit messages because it looks like I need to update one of them
It is obvious what I need to correct 😕 |
Yes please squash you commits and use conventional commits like: |
…f `Node.displayname` is not available Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: Dennis Vestergaard Værum <[email protected]>
Hey @susnux I believe that I have fixed the commit names. I didn't find your YAML config for configuring git-conventional-commits, so I just went with the one used in the example here: |
Hey Nextcloud people.
I can see that I get a lot of these warning in the console of my browser (Firefox). They are floating my console so much that it prevents me from using it to find another bug/issue/problem on Nextcloud 😓
and I believe that I have traced it down to this line
nextcloud-files/lib/utils/fileSorting.ts
Line 68 in ae0a991
Which uses
v.attributes?.displayname
instead ofv.displayname
.Sorry, I don't follow the contributor guidelines, but I did not see any.