vcomply-workflow-engine 2.6.175 → 2.6.176
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.
- package/bundles/vcomply-workflow-engine.umd.js +1 -0
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-program/workflow-program.component.js +2 -1
- package/fesm2015/vcomply-workflow-engine.js +1 -0
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +2 -2
|
@@ -26269,6 +26269,7 @@ class WorkflowProgramComponent {
|
|
|
26269
26269
|
this.isAscentAllowed = this.allowedFeature.isFeatureEnabled('ff_compliance_framework');
|
|
26270
26270
|
this.programSimplifyFlag = this.allowedFeature.isFeatureEnabled('ff_program_simplify');
|
|
26271
26271
|
this.featureflagGroups = this.allowedFeature.isFeatureEnabled("ff_program_groups");
|
|
26272
|
+
this.toolTipData.owner = this.featureflagrole ? "Owners are responsible for managing a Program. Only Owners can make changes to a Program and the responsibilities that are linked with the Program.<br>The <strong>Key Power User</strong> and all <b>Power Users</b> will be selected as the Owners of a Program by default." : "Owners are responsible for managing a Program. Only Owners can make changes to a Program and the responsibilities that are linked with the Program.<br>The <strong>Key Admin</strong> and all <b>Admin</b> users will be selected as the Owners of a Program by default.";
|
|
26272
26273
|
}
|
|
26273
26274
|
}
|
|
26274
26275
|
WorkflowProgramComponent.decorators = [
|