Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.0
-
Component/s: None
-
Labels:None
-
Environment:server
-
Assignee Priority:P3
Description
Modify ace:fileEntry's resource handler to read the configured value from the component instance thus ensuring that the up to date values are used.
Currently FileEntryConfig instance is used to copy component's attributes and then share it through the session with the component's resource handler.
Currently FileEntryConfig instance is used to copy component's attributes and then share it through the session with the component's resource handler.
Converted ace:fileEntry's resource handler (which never really acted as a resource handler) into a phase listener so that the component instance is available during upload for querying the configured attributes. Removed FileEntryConfig class and the methods that were using it.