Details
Description
I recently just removed all the hard coded globalProperties from the openmrs-core refer to ticket https://issues.openmrs.org/browse/TRUNK-4681?filter=-1 and https://github.com/openmrs/openmrs-module-legacyui to view the changes.
Identify where these removed global properties are used by the legacyui module and update the module to handle these missing values for the global properties eg either no property exists with that name or not value exists in the property value.
If the legacyui module uses the weight concept to show weight on the patient dashboard, then change the module to hide this section if the global property is not defined.