inveniosoftware / react-invenio-app-ils

Single Page App built with React for InvenioILS.
https://react-invenio-app-ils.readthedocs.io
MIT License
5 stars 19 forks source link

DocumentRequest: form state fix #482

Closed NRodriguezcuellar closed 2 years ago

NRodriguezcuellar commented 2 years ago

FIX the document request form was not holding its state after an error from the api and thus was confusing to the user, lastly also moved the request type next to the state field as it is a required field and easy to miss at the bottom.

closes https://github.com/CERNDocumentServer/cds-ils/issues/584