invenio-app-rdm 14.0.0b1.dev3__py2.py3-none-any.whl → 14.0.0b1.dev4__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,6 @@
17
17
  #
18
18
  # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
19
19
 
20
- __version__ = "14.0.0b1.dev3"
20
+ __version__ = "14.0.0b1.dev4"
21
21
 
22
22
  __all__ = ("__version__",)
@@ -347,6 +347,8 @@ def load_custom_fields():
347
347
  # for each custom field. This is the label shown at the top of the upload
348
348
  # form
349
349
  field_error_label = field.get("props", {}).get("label")
350
+ # Add the field ID to the props to allow overriding the React widgets of custom fields
351
+ field["props"]["id"] = field["field"]
350
352
  if field_error_label:
351
353
  error_labels[f"custom_fields.{field['field']}"] = field_error_label
352
354
  if getattr(field_instance, "relation_cls", None):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-app-rdm
3
- Version: 14.0.0b1.dev3
3
+ Version: 14.0.0b1.dev4
4
4
  Summary: Invenio Research Data Management.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-rdm
6
6
  Author: CERN
@@ -40,7 +40,7 @@ Requires-Dist: invenio-search-ui<5.0.0,>=4.0.0
40
40
  Requires-Dist: invenio-files-rest<4.0.0,>=3.0.0
41
41
  Requires-Dist: invenio-previewer<4.0.0,>=3.0.0
42
42
  Requires-Dist: invenio-records-files<2.0.0,>=1.2.1
43
- Requires-Dist: invenio-collections<3.0.0,>=2.0.0
43
+ Requires-Dist: invenio-collections<3.0.0,>=1.0.0
44
44
  Requires-Dist: invenio-communities<22.0.0,>=21.0.0
45
45
  Requires-Dist: invenio-rdm-records<22.0.0,>=21.0.0
46
46
  Requires-Dist: CairoSVG<3.0.0,>=2.5.2
@@ -101,6 +101,11 @@ https://inveniordm.docs.cern.ch
101
101
  Changes
102
102
  =======
103
103
 
104
+ Version v14.0.0b1.dev4 (released 2025-10-03)
105
+
106
+ - installation: relax invenio-collections dependency requirements
107
+ * see https://github.com/inveniosoftware/invenio-app-rdm/issues/3194
108
+
104
109
  Version v14.0.0b1.dev3 (released 2025-10-01)
105
110
 
106
111
  - fix(deposit-ui): read expanded published record
@@ -1,4 +1,4 @@
1
- invenio_app_rdm/__init__.py,sha256=NT4zuILYLdiZOWOgNrF15jN2ufd68qxmVDgaFQ0BlY4,704
1
+ invenio_app_rdm/__init__.py,sha256=_XKCZbx9IR-_mOuMRIvQV_a8YaKGDUB1XlCWj3qpfgg,704
2
2
  invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
3
3
  invenio_app_rdm/config.py,sha256=kxAliLtzXLRysO8qxWxoSt1FhOjuDfzUi8xr40BBIYE,53632
4
4
  invenio_app_rdm/ext.py,sha256=K7syn5CU5If7yOclFeNOCZX_u5q6VB7NJEQVm41mlng,5286
@@ -90,7 +90,7 @@ invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/
90
90
  invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/version.html,sha256=eA8-n81XUezkwPXvcG5v2sgLPQNTgr7hB36-_Gr-tVI,758
91
91
  invenio_app_rdm/records_ui/views/__init__.py,sha256=9DaDls04IQv7fYttDjLofIWGsRRjk-FwUYnIfxV3OWk,5840
92
92
  invenio_app_rdm/records_ui/views/decorators.py,sha256=-GdyPh2qIxV_wacAv5uChNx-HW2LiKjHQiRujiu42B4,16510
93
- invenio_app_rdm/records_ui/views/deposits.py,sha256=aQ--FcP_x_Q77Yv2V2jTRccg_lRlgbCPaEdvcFj6aJs,25248
93
+ invenio_app_rdm/records_ui/views/deposits.py,sha256=qr92epXPVORk6z8TpB_KT7CaRQQNtmVRGmDDxKCe9U4,25397
94
94
  invenio_app_rdm/records_ui/views/filters.py,sha256=zKuqjM_Yb9MmBmloStjasASYCwVG7mUe0eolI2MtPXg,6998
95
95
  invenio_app_rdm/records_ui/views/records.py,sha256=vLuenTEoTV9ZB9suUGI4ct1ml2iModZqhdlVfK5dIRc,17811
96
96
  invenio_app_rdm/redirector/__init__.py,sha256=AYCTGmfbmkHW3YJXMqXlWBXcBrUsta-QmL9ULX2bjwA,243
@@ -495,9 +495,9 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
495
495
  invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
496
496
  invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
497
497
  invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
498
- invenio_app_rdm-14.0.0b1.dev3.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
499
- invenio_app_rdm-14.0.0b1.dev3.dist-info/METADATA,sha256=8YhaMcHmbeBKcuQhwn3y3h7VCTcUGker3RC4xLPZfJE,17950
500
- invenio_app_rdm-14.0.0b1.dev3.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
501
- invenio_app_rdm-14.0.0b1.dev3.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
502
- invenio_app_rdm-14.0.0b1.dev3.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
503
- invenio_app_rdm-14.0.0b1.dev3.dist-info/RECORD,,
498
+ invenio_app_rdm-14.0.0b1.dev4.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
499
+ invenio_app_rdm-14.0.0b1.dev4.dist-info/METADATA,sha256=I6GiefPNoy6b11TNqjOGylBE4z0aabNPUuLwdSI5fCQ,18136
500
+ invenio_app_rdm-14.0.0b1.dev4.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
501
+ invenio_app_rdm-14.0.0b1.dev4.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
502
+ invenio_app_rdm-14.0.0b1.dev4.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
503
+ invenio_app_rdm-14.0.0b1.dev4.dist-info/RECORD,,