vcomply-workflow-engine 7.2.5 → 7.2.6
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.
|
@@ -31619,7 +31619,17 @@ class WorkflowComplianceComponent {
|
|
|
31619
31619
|
this.allowEditDueDateFeatureFlag = false;
|
|
31620
31620
|
this.isComplianceOpsSettingsEnabled = false;
|
|
31621
31621
|
this.validationMessages = RESPONSIBILITY_VALIDATION_MESSAGES;
|
|
31622
|
-
this.mandatoryFieldsList = {
|
|
31622
|
+
this.mandatoryFieldsList = {
|
|
31623
|
+
"name": {
|
|
31624
|
+
"mandatory": true
|
|
31625
|
+
},
|
|
31626
|
+
"assignee": {
|
|
31627
|
+
"mandatory": true
|
|
31628
|
+
},
|
|
31629
|
+
"frequency": {
|
|
31630
|
+
"mandatory": true
|
|
31631
|
+
}
|
|
31632
|
+
};
|
|
31623
31633
|
this.unSubscribeProgram = new Subject();
|
|
31624
31634
|
this.organizationCommonService?.getOrgUserInfo()?.subscribe({
|
|
31625
31635
|
next: (res) => {
|