-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Surface isUnique constraint errors in Admin UI #433
Comments
Relates to #245. We need a way of bubbling errors and validation messages up from the adapter/hooks/etc. out into the admin UI. |
Fyi, there are docs coming on how this stuff will work. Don't jump in and fix this without speaking to me please! :) |
It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :) |
Keystone 5 has officially moved into active maintenance mode as we push towards the next major new version Keystone Next, you can find out more information about this transition here. In an effort to sustain the project going forward, we're cleaning up and closing old issues such as this one. If you feel this issue is still relevant for Keystone Next, please let us know. |
Dependent on #431
When attempting to create an item which violates a
unique
constraint, the Admin UI does not surface any errors:Similarly for
update
mutations.The text was updated successfully, but these errors were encountered: