-
Notifications
You must be signed in to change notification settings - Fork 231
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 duplicate IDs in languages profile items #2667
Conversation
morpheus65535
commented
Sep 17, 2024
•
edited
Loading
edited
- Fixed duplicate languages profile items IDs for those without cutoff and implemented health issue notifications for those with cutoff.
- Fix frontend to be able to edit remaining languages profiles, reassign IDs and confirm cutoff before hitting save button.
…and implemented health issue notifications for those with cutoff.
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.
It all looks good to me.
@anderson-oki sanitize should be run only if the profile has duplicate items ID, right? |
Not really, it also sanitize tag null to undefined and we need that forever. |
Is cutoff preserve on edit if we assign new id to items? |
* Fixed profile item regenerate id when not duplicated * refactor: Preserve immutability