mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[ADF-2854] Fix demoshell task/process filter and routing (#3360)
* Fix demoshell task/process filter and routing * Use the correct js api model * Fix unit test
This commit is contained in:
committed by
Eugenio Romano
parent
5c97fd99de
commit
ecd7c85de5
@@ -140,6 +140,11 @@ export const appRoutes: Routes = [
|
||||
component: ShowDiagramComponent,
|
||||
canActivate: [AuthGuardBpm]
|
||||
},
|
||||
{
|
||||
path: 'activiti/apps/:appId/report',
|
||||
component: ProcessServiceComponent,
|
||||
canActivate: [AuthGuardBpm]
|
||||
},
|
||||
// TODO: check if neeeded
|
||||
{
|
||||
path: 'activiti/appId/:appId',
|
||||
|
Reference in New Issue
Block a user