Open mseaton opened 1 year ago
@mseaton is this still current or we can close this issue?
There does appear to be an open PR around this @mks-d . I can't remember the status: https://github.com/mekomsolutions/openmrs-module-initializer/pull/249
Yes 😞, I left a comment there too → https://github.com/mekomsolutions/openmrs-module-initializer/pull/249#discussion_r1658869248
Context
Currently, we have a setup where we have a single master set of metadata files (eg. a csv of encounter types) that is shared across multiple countries. It is often requested that in each country, the actual name attached to the metadata (eg.
encounter_type.name
) be in the default locale used in that country. This is useful, for example, when reports are run directly against the database and theencounter_type.name
is pulled in. It is also useful if there are areas of the UI that do not use the localized display correctly.Proposed Changes
One idea is to allow one to specify that the name and/or description of a given metadata row should be set based on the display in the default context locale.