Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: event reference in setFileName #1963

Open
wants to merge 1 commit into
base: patch/2.40.4
Choose a base branch
from

Conversation

tokland
Copy link

@tokland tokland commented Jul 23, 2024

In file dhis2.angular.services.js, the function setFileName(event, ...), which is used only when dataElement.valueType == "FILE_RESOURCE", performs event.event, but event is already a string, so event.event results in undefined. The end result is that link has no text and it's not possible to click to download the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant