-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: I18n
-
Tags:
Right now, the format methods in Nuxeo.FormatBehavior that rely on label translation are not recomputed when the locale changes, unless the page is reloaded. The current workaround is to always pass the i18n method as a dependency when calling the format method (ex.: formatDocType(type, i18n) ), but this is verbose and hard to maintain. We can turn these into properties of type Function, which will be recomputed whenever the i18n function changes, either with an observer or by using computed properties.
- is related to
-
NXP-26488 Document type id used instead of the label in Web UI
- Resolved