FLUID-6300: Implement client-side rerender of UIO based on locale changes

Metadata

Source
FLUID-6300
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Gregor Moss
Reporter
Gregor Moss
Created
2018-07-17T16:45:18.347-0400
Updated
2024-07-22T10:35:27.343-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. UI Options

Description

Implement UIO re-rendering on the client side based on changes in the locale.

Since a part of this also requires forcing fluid.resourceLoader to reload resources based on the new locale, should this functionality become part of fluid.resourceLoader directly? Should locale become a mutable (model) state on resourceLoader, with a modelListener that reloads the resources, or should it implement a changeLocale invoker or similar?

This work includes adding tests

Comments

  • Gregor Moss commented 2018-07-31T16:54:09.943-0400

    Once implemented, add this change to the "Using grades" example

  • Gregor Moss commented 2018-09-24T16:24:02.244-0400

    The "using grades" example update has been moved to a separate issue: FLUID-6341