Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P06
-
Fix Version/s: EE-3.3.0.GA_P07
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P1
-
Support Case References:
Description
When there are two or more instances of ace:dynamicResource (each meant to serve a different resource) all of them end up serving the same resource, which is the resource specified in the last ace:dynamicResource instance on the page.
When the attribute `attachment` is set to true, this is not an issue, and all instances serve their intended resources. However, this component should work as expected with `attachment` set to false, as well.
When the attribute `attachment` is set to true, this is not an issue, and all instances serve their intended resources. However, this component should work as expected with `attachment` set to false, as well.
r52897: added a distinct hash code to the calculation of the random string used as resource name, in order to ensure that these strings are distinct between other ace:dynamicResource instances on the same page