Skip to content
Snippets Groups Projects
Commit 924d73ee authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #00000 TIME 0 fix var

parent b5df6cbe
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ export class UsersAdministrationRedirectModalComponent implements OnInit {
if (this.isDeletable) {
this.userDestTemplates = response.listTemplates;
this.userDestDifflists = response.listInstances;
this.userVisaWorkflowResources = response.visaWorflow;
this.userVisaWorkflowResources = response.workflowListInstances;
} else {
this.modalTitle = this.data.user.actionMode === 'delete' ? 'lang.unableToDelete' : 'lang.unableToSuspend';
this.userDestTemplates = response.listTemplateEntities;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment