We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2da9aa commit 31d7f06Copy full SHA for 31d7f06
ui/app/common/displaycontrols/observation/services/formRecordTreeBuildService.js
@@ -8,7 +8,7 @@ angular.module('bahmni.common.displaycontrol.observation')
8
_.forEach(bahmniObservations, function (obs) {
9
obs.value = self.preProcessMultiSelectObs(obs.value);
10
});
11
- if (!appService.getAppDescriptor().getConfigValue('hideFormNumber')) {
+ if (!appService.getAppDescriptor().getConfigValue('hideFormName')) {
12
formService.getAllForms().then(function (response) {
13
var formBuildForms = response.data;
14
var obs = self.createObsGroupForForm(bahmniObservations, formBuildForms);
0 commit comments