@acorex/modules 21.0.0-next.41 → 21.0.0-next.42
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.
|
@@ -2995,13 +2995,6 @@ function provideTaskWorkflow() {
|
|
|
2995
2995
|
providers.push(provider);
|
|
2996
2996
|
}
|
|
2997
2997
|
}
|
|
2998
|
-
if (providers.length === 0) {
|
|
2999
|
-
providers.push(runInInjectionContext(injector, () => new AXPGenericWorkflowTaskProvider({
|
|
3000
|
-
name: 'workflow-tasks-all',
|
|
3001
|
-
title: 'Workflow tasks',
|
|
3002
|
-
icon: 'fa-light fa-inbox',
|
|
3003
|
-
})));
|
|
3004
|
-
}
|
|
3005
2998
|
return providers;
|
|
3006
2999
|
})();
|
|
3007
3000
|
},
|