-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: WEBUI-1.0.1, 9.3-SNAPSHOT
-
Fix Version/s: WEBUI-1.0.2, 9.3
-
Component/s: Web UI
-
Tags:
-
Sprint:nxGang Sprint 9.3.5
-
Story Points:1
Steps to reproduce:
- create a document type along with its create layout with an input on a required schema field. Make the input not required.
- try to create the document through the create pop up dialog.
- See that the create button is disabled and keeps showing it is loading.
- in the debugger, you can see there's a POST in failure (400) not caught saying
type or name property is missing
You need to refresh the UI to recover.