Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.21
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
When a custom group includes a file field, and has multiple values, clicking "view" on the file field in the second or subsequent set displays the url for the file field in the first set.
This happens because nothing to identify which one of the multiple values you want is passed into the function that gets the file URL.
The attached patch fixes it.