-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] Duplicate ItemId's being generated, causing references to be made that should not be made. #1054
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
I didn't have any coffee yet when I created the bug report, as it was still early for me ;) charcode n -> 110 charcode e -> 101 So 'unhappy' coincedence I guess. |
I guess it could be fixed in a fashion similar to what I've done in this jsfiddle Original Improved This does produce a unique item id, even for the same input that clashed for me initially. |
Environment
Self-Hosted (Docker)
System
Chrome, 108.0.5359.125
Version
2.1.1
Describe the problem
I have some sections for managing some domains that I own.
Their title is set like this:
Domain: SomeDomain.eu
Domain: SomeDomain.nl
These both generate the id 1958, as can be seen in this jsfiddle
The effect this has is that if I edit items inside one section, the corresponding item in the other section gets updated too.
It even generates some &ref references in the yaml config file when updating.
Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: