Sam Arbid
Sam Arbid
I managed to fix it locally by changing the following: In [invenio-administration](https://github.com/inveniosoftware/invenio-administration/blob/maint-v2.x/setup.cfg#L36-L37): ```diff - invenio-search-ui>=3.0.0,=6.0.0,=2.8.0,=5.0.0,
It turns out you need to set all these configs to respect the max storage size, thanks to @mirekys for discovering that! This doc should be updated: https://inveniordm.docs.cern.ch/customize/upload_limits/#invenio-configuration ```py APP_RDM_DEPOSIT_FORM_QUOTA...
> good point, perhaps the button should simply be "greyed out" with an on-hover tooltip. WDYT @rekt-hard ? I agree with @max-moser, I did something similar in this [PR](https://github.com/inveniosoftware/invenio-rdm-records/pull/1719/files#diff-69870d60f5893f2ebf243978ff8dcf00cc1dd4f00851abf53be987e438fed2e1) which...
Example: https://github.com/Samk13/invenio-api-toolkit
Closing this as done. See: https://github.com/inveniosoftware/invenio-openapi derived from the original definition [here](https://github.com/Samk13/invenio-api-toolkit/blob/master/openapi/openapi_invenioRDM_spec.yaml) UI: https://inveniosoftware.github.io/invenio-openapi/
> Hey @Samk13, would this be better inside Invenio-Config? I think that other "apps", such as [Invenio App ILS ](https://github.com/inveniosoftware/invenio-app-ils), might benefit from this improvement. @egabancho, thanks for the feedback!...
@egabancho The logic has been moved to [invenio-config:57](https://github.com/inveniosoftware/invenio-config/pull/57), once merged, the tests should pass here.
The TypeError in the console comes from a small hack I added [here](https://github.com/inveniosoftware/react-invenio-forms/blob/master/src/lib/forms/RichInputField.js#L54) to stop TinyMCE from re-rendering on every keystroke. Without it, the editor clears text while typing. So...
Testing again on latest Jun 4, 2025: ```bash uv pip freeze | grep -E '^invenio-.*resources|rdm' invenio-app-rdm==13.0.0b3.dev18 invenio-drafts-resources==6.2.0 invenio-rdm-records==18.14.0 invenio-records-resources==7.3.0 invenio-users-resources==7.1.0 ``` using the body: ```bash curl --location 'https://127.0.0.1:5000/api/communities' \ --header...