Skip to content

Commit

Permalink
"Sreelekha | BAH-4105 | Update the config variable for hiding form na…
Browse files Browse the repository at this point in the history
…me "
  • Loading branch information
SreelekhaDarsi committed Nov 29, 2024
1 parent f2da9aa commit 31d7f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ angular.module('bahmni.common.displaycontrol.observation')
_.forEach(bahmniObservations, function (obs) {
obs.value = self.preProcessMultiSelectObs(obs.value);
});
if (!appService.getAppDescriptor().getConfigValue('hideFormNumber')) {
if (!appService.getAppDescriptor().getConfigValue('hideFormName')) {
formService.getAllForms().then(function (response) {
var formBuildForms = response.data;
var obs = self.createObsGroupForForm(bahmniObservations, formBuildForms);
Expand Down

0 comments on commit 31d7f06

Please sign in to comment.