master-control 0.4.81 → 0.4.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4954,11 +4954,17 @@ class MedialQuestionsComponent {
|
|
|
4954
4954
|
});
|
|
4955
4955
|
});
|
|
4956
4956
|
}
|
|
4957
|
-
let isDisable = false;
|
|
4958
|
-
if (
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4957
|
+
let isDisable = questionObj.isDisabled ? questionObj.isDisabled : false;
|
|
4958
|
+
// if (
|
|
4959
|
+
// !this.checkIfValueIsEmpty(
|
|
4960
|
+
// sessionStorage.getItem('isDisableMedicalQuestions'),
|
|
4961
|
+
// )
|
|
4962
|
+
// ) {
|
|
4963
|
+
// let isDisableMedicalQuestionsinUi: any = sessionStorage.getItem(
|
|
4964
|
+
// 'isDisableMedicalQuestions',
|
|
4965
|
+
// );
|
|
4966
|
+
// isDisable = JSON.parse(isDisableMedicalQuestionsinUi) ? true : false;
|
|
4967
|
+
// }
|
|
4962
4968
|
let minLength = null;
|
|
4963
4969
|
let maxLength = 200;
|
|
4964
4970
|
let pattern = null;
|