FLUID-6306: fluid.resourceLoader will not use the defaultLocale when trying to load resources if no locale is set

Metadata

Source
FLUID-6306
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Gregor Moss
Reporter
Gregor Moss
Created
2018-07-20T16:03:36.033-0400
Updated
2018-08-07T11:19:38.835-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Framework

Description

When fluid.resourceLoader attempts to load its specified resources, it will not take into account the value of defaultLocale if the locale is not also specified.

This appears to be because of the bug in fluid.fetchResources, as documented in FLUID-6305.

Comments