-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
🐛 Manage alias duplicate error in front #1016 #1644
Conversation
Test OK (test workflow) |
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.
IMO we should use use:enhance
with the form and forward the error (without erasing all the data) in case of error
Instead of fetching the list of all aliases and passing it to the frtonend
src/routes/(app)/admin[[hash=admin_hash]]/product/alias/+page.svelte
Outdated
Show resolved
Hide resolved
src/routes/(app)/admin[[hash=admin_hash]]/product/alias/+page.svelte
Outdated
Show resolved
Hide resolved
It's partially OK. |
The case is not handled either (e.g., pe and Pe). |
PR retested after integrating back-end checks and sending the message from the front-end. It's OK now. The case sensitivity issue will be addressed in another ticket. |
Done ! |
No description provided.