deposit form > file upload > second warning box with message about file quantity and file size.
NOTES:
This change uses react overrides hence the introduction of lots of accompanying files for this small change. We currently use react-invenio-deposit v1.2.0 and the latest is v2.7. When updating the react-invenio-deposit package these changes will break. Looking into a secondary way to get this job done.
To test this PR:
git fetch -a && git checkout invenio84-file-limits-msg-overrides
Invenio 84 Ticket
This PR will add the following changes:
NOTES:
react-invenio-deposit
v1.2.0 and the latest is v2.7. When updating thereact-invenio-deposit
package these changes will break. Looking into a secondary way to get this job done.To test this PR:
git fetch -a && git checkout invenio84-file-limits-msg-overrides
invenio-cli services start
invenio-cli assets build
invenio-cli run
Nightwatch tests can be found here