invenio-app-rdm 13.0.6__py2.py3-none-any.whl → 13.0.8__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.
@@ -18,6 +18,6 @@
18
18
  #
19
19
  # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
20
20
 
21
- __version__ = "13.0.6"
21
+ __version__ = "13.0.8"
22
22
 
23
23
  __all__ = ("__version__",)
invenio_app_rdm/config.py CHANGED
@@ -3,7 +3,7 @@
3
3
  # Copyright (C) 2019-2025 CERN.
4
4
  # Copyright (C) 2019-2020 Northwestern University.
5
5
  # Copyright (C) 2021-2025 Graz University of Technology.
6
- # Copyright (C) 2022-2024 KTH Royal Institute of Technology.
6
+ # Copyright (C) 2022-2025 KTH Royal Institute of Technology.
7
7
  # Copyright (C) 2023 TU Wien
8
8
  #
9
9
  # Invenio App RDM is free software; you can redistribute it and/or modify it
@@ -1071,9 +1071,9 @@ COMMUNITIES_SHOW_BROWSE_MENU_ENTRY = False
1071
1071
  # ===================
1072
1072
 
1073
1073
  RDM_REQUESTS_ROUTES = {
1074
- "user-dashboard-request-details": "/me/requests/<request_pid_value>",
1075
- "community-dashboard-request-details": "/communities/<pid_value>/requests/<request_pid_value>",
1076
- "community-dashboard-invitation-details": "/communities/<pid_value>/invitations/<request_pid_value>",
1074
+ "user-dashboard-request-details": "/me/requests/<uuid:request_pid_value>",
1075
+ "community-dashboard-request-details": "/communities/<pid_value>/requests/<uuid:request_pid_value>",
1076
+ "community-dashboard-invitation-details": "/communities/<pid_value>/invitations/<uuid:request_pid_value>",
1077
1077
  }
1078
1078
 
1079
1079
  RDM_COMMUNITIES_ROUTES = {
@@ -17,7 +17,7 @@ $("#record-conceptdoi-badge").on("click", function () {
17
17
  });
18
18
 
19
19
  $(".preview-link").on("click", function (event) {
20
- $("#preview-file-title").html(event.target.dataset.fileKey);
20
+ $("#preview-file-title").text(event.target.dataset.fileKey);
21
21
  });
22
22
 
23
23
  // Export dropdown on landing page
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-app-rdm
3
- Version: 13.0.6
3
+ Version: 13.0.8
4
4
  Summary: Invenio Research Data Management.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-rdm
6
6
  Author: CERN
@@ -102,6 +102,14 @@ https://inveniordm.docs.cern.ch
102
102
  Changes
103
103
  =======
104
104
 
105
+ Version v13.0.8 (released 2026-01-16)
106
+
107
+ - fix(landing_page): use text instead of html for fileKey
108
+
109
+ Version v13.0.7 (released 2025-12-19)
110
+
111
+ - fix: use UUID type for request identifiers
112
+
105
113
  Version v13.0.6 (released 2025-12-08)
106
114
 
107
115
  - i18n: pulled translations
@@ -1,6 +1,6 @@
1
- invenio_app_rdm/__init__.py,sha256=gOY9CdTSF9uUDjX_bb_8DeRqvxQWVXh5_2k13BPsyCs,753
1
+ invenio_app_rdm/__init__.py,sha256=aNDs55bzir2_Vx8S_72i_z2O4WekfX8SCxORwXMacTc,753
2
2
  invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
3
- invenio_app_rdm/config.py,sha256=T5pTzoBAAsxyp4ACAnfIhHcMowVkAnk8fWXlHR2OrRA,52107
3
+ invenio_app_rdm/config.py,sha256=TfdLz2t7NWbFFlFc1TgTg12wrMilVJsyQUb2Iu6IpTk,52122
4
4
  invenio_app_rdm/ext.py,sha256=K7syn5CU5If7yOclFeNOCZX_u5q6VB7NJEQVm41mlng,5286
5
5
  invenio_app_rdm/tasks.py,sha256=FyrIQXVuPjms-dNEnLrVmmdwrX_IykJ87gcSNgOR6O0,1373
6
6
  invenio_app_rdm/views.py,sha256=SDr9NwZEWQcgT_3GFRYdDf6eUaK9DfnoafIkhUf9nSI,785
@@ -188,7 +188,7 @@ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordM
188
188
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/RecordVersionsList.js,sha256=ZJaD4fW2z00tcektXVz0eLXu6oGLLW-NUjV86neuDjM,7141
189
189
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/access.js,sha256=FVcpKl22zMi1GssbLZAj1pO98c6Em_wg_yBIdfBJor0,938
190
190
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/index.js,sha256=FkCbK5FrXlSaD_TDO1eUMDORULhBJccf7FEvhmto-GM,5029
191
- invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/theme.js,sha256=KrvpMMv46SNhOfd-kML-bcnPwcyt2rcQA-1qA1gf7_E,3242
191
+ invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/theme.js,sha256=s0oPhe-6i_JhulJLuC6LG89pFL2FHDOdBidUNGSzskc,3242
192
192
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageDefaultBrandingAction/ManageDefaultBrandingAction.js,sha256=qNWpe3KyZ8NDHKocG6XKJzb6w3fIQk3muWN126pUo9w,3529
193
193
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/PendingCommunitiesModal/PendingCommunitiesModal.js,sha256=G9OwLxKqX73w_7D1k7BHOzMeLmokowMfJQg5Km7J8RA,1797
194
194
  invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/PendingCommunitiesModal/PendingCommunitiesSearch.js,sha256=8kiiICVaJ0m2K_5cPbiHo8tN8Q_AweSmlBIkx-aJ-dA,2753
@@ -486,9 +486,9 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
486
486
  invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
487
487
  invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
488
488
  invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
489
- invenio_app_rdm-13.0.6.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
490
- invenio_app_rdm-13.0.6.dist-info/METADATA,sha256=rW7-HFRrN7wWxgGeKv9K7vVRLM-Pczt0ayMXnLViAtw,21195
491
- invenio_app_rdm-13.0.6.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
492
- invenio_app_rdm-13.0.6.dist-info/entry_points.txt,sha256=rfzEeOEdtGy99NlpWzeW-32CoO5XrEpBvlZwLD2Th88,2158
493
- invenio_app_rdm-13.0.6.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
494
- invenio_app_rdm-13.0.6.dist-info/RECORD,,
489
+ invenio_app_rdm-13.0.8.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
490
+ invenio_app_rdm-13.0.8.dist-info/METADATA,sha256=tL0rhTmC-m7ar8Bm_CSWD8-GbdIzuuFIuPxPQyy3NP8,21378
491
+ invenio_app_rdm-13.0.8.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
492
+ invenio_app_rdm-13.0.8.dist-info/entry_points.txt,sha256=rfzEeOEdtGy99NlpWzeW-32CoO5XrEpBvlZwLD2Th88,2158
493
+ invenio_app_rdm-13.0.8.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
494
+ invenio_app_rdm-13.0.8.dist-info/RECORD,,