FLUID-5597: Message bundles shouldn't be merged, but passed directly to the requesting component.

Metadata

Source
FLUID-5597
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2015-02-25T10:33:01.584-0500
Updated
2016-03-22T11:03:34.594-0400
Versions
  1. 1.5
Fixed Versions
  1. 1.9
Component
  1. Prefs Framework

Description

Currently the message loader merges all of the message bundles into a single parent bundle, which is passed down to each component. However this causes collisions if bundles contain the same keys. What should happen instead is that the message loader should fetch all of the bundles and pass them down to the components that requested them.

Comments