mekomsolutions / openmrs-module-initializer

The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS' application data directory.
MIT License
23 stars 79 forks source link

Added support to reload the Ampath Forms translations #273

Closed icrc-loliveira closed 3 months ago

icrc-loliveira commented 3 months ago

Added support to reload the Ampath Forms translations every time a form is changed.

icrc-loliveira commented 3 months ago

Hello @ibacher, Can you please review this PBI?

cc: @icrc-fdeniger

icrc-loliveira commented 3 months ago

Hello @ian, Thanks for your review I have done the requested changes.

ibacher commented 3 months ago

Alright. Code is fine, but we need some documentation, specifically two things:

  1. In the docs for the ampathformloader, we should explain that any translations will be reloaded when a form is updated or added.
  2. In the main README, we should add a line to the release notes for the 2.8.0 version about this change.

Those two things, and I think this can be merged.

icrc-loliveira commented 3 months ago

Hello @ibacher, I have updated the readme files as requested.