ngVars cause duplicate thumbnail bitstream requests #3134
Labels
affects: 7.x
Issue impacts 7.x releases
affects: 8.x
Issue impacts 8.x releases
bug
claimed: Atmire
Atmire team is working on this issue & will contribute back
component: Item
(Archived) Item display or editing
Milestone
Describe the bug
On pages where thumbnails are requested, Angular sends 2 requests to retrieve the bitstream instead of one.
Cause & solution approach
This is likely caused by the use of ngVars here and here
One path to address this would be to replace the occurences with their values.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be 2 content requests, one per file
Observed behavior
There are 2 requests per file
Related work
Link to any related tickets or PRs here.
The text was updated successfully, but these errors were encountered: