Skip to content

Commit c455695

Browse files
KasinhouMatus Kasakclaude
authored
ZCU-PUB/Enable per-bitstream embargo badge (item.bitstream.showAccessStatuses) (#1403)
* ZCU-PUB/Enable per-bitstream embargo badge (item.bitstream.showAccessStatuses) The embargo-date badge (dspace-customers#823, FE #1378/#1390) is gated behind item.bitstream.showAccessStatuses, which defaults to false in default-app-config.ts. Set it to true in config.yml so the badge renders on redeploy. Safe now that the backend accessStatus endpoint is deployed for zcu-pub (DSpace#1377); the frontend fails closed without it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Simplify embargo badge comment --------- Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8f2aeb2 commit c455695

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,9 @@ languages:
186186
- code: uk
187187
label: Yкраї́нська
188188
active: false
189+
190+
# Item view configuration
191+
item:
192+
bitstream:
193+
# Per-bitstream embargo-date badge in the Item View
194+
showAccessStatuses: true

0 commit comments

Comments
 (0)