This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
No feedback on saving category with duplicate key (No error is displayed) #847
Labels
Milestone
Actual Behavior
Adding a category with an existing key response a error but this error is not displayed to the user
Expected Behavior
Error is displayed to the user.
Steps to Reproduce
Possible Solutions
Check in Frontend is:
if (jqXHR.status === 409 && jqXHR.responseJSON.code === 2002) {
but code in response is
0
.What correct? The
if
or thecode
in response json?The text was updated successfully, but these errors were encountered: