You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems it has to do with the lawId property. Even if it's not a required property, it is part of a unique composite index and that may be breaking it.
If a law with empty id was created, new ones cannot be created, and there is no error message.
Even fixing the state where the same id was deleted, does not solve the issue of not having any user interaction. Some messages should be posted for the user.
This is especially problematic because user is prompted that their document was saved and when user navigates to law list for publishing the law, user loses their data.
Moreover, if the law cannot be created without something in the field, the field should be handled as mandatory.
Pre-reqs:
tag
Repro:
/admin/laws/create
law
with something asOfficial ID
(e.g.: TestID)law
created in3.
law
with sameOfficial ID
as in3.
The text was updated successfully, but these errors were encountered: