mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove getTicket and fix tasklist filter
This commit is contained in:
@@ -133,18 +133,6 @@ export class AlfrescoAuthenticationService {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* The method return the ECM and Bpm in an Array ticket stored in the localStorage
|
||||
* @returns ticket
|
||||
*/
|
||||
public getTicket(): any {
|
||||
if (localStorage.getItem('ticket-ECM') || localStorage.getItem('ticket-BPM')) {
|
||||
return [localStorage.getItem('ticket-ECM'), localStorage.getItem('ticket-BPM')];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* The method return the BPM ticket stored in the localStorage
|
||||
* @returns ticket
|
||||
|
Reference in New Issue
Block a user