VSB-TUO/Make item view - Total Downloads - configurable#1066
Merged
milanmajchrak merged 1 commit intocustomer/vsb-tuofrom Sep 18, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a configurable feature for displaying Total Downloads on item views. The configuration allows administrators to enable or disable the display of total downloads for all item's bitstreams.
- Adds a new configuration property
item.view.total.downloads.enabledto control Total Downloads display - Exposes the configuration property through the REST API for frontend consumption
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| dspace/config/dspace.cfg | Adds the main configuration property with documentation |
| dspace/config/modules/rest.cfg | Exposes the configuration property via REST API |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
milanmajchrak
approved these changes
Sep 18, 2025
jr-rk
added a commit
that referenced
this pull request
Sep 18, 2025
milanmajchrak
pushed a commit
that referenced
this pull request
Nov 24, 2025
* VSB-TUO/Configurable total downloads feature (#1066) * Set default to false
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem description
A new key needed to be added to make the Total Downloads feature configurable.