mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5079] Claim task E2E (#5490)
* unified claim and requeue task * * highlight filter added * * removed unused method * * improved test * fixed conflicts
This commit is contained in:
@@ -32,6 +32,7 @@ export class User {
|
||||
type = 'enterprise';
|
||||
tenantId = 1;
|
||||
company = null;
|
||||
id = 0;
|
||||
|
||||
constructor(details?: any) {
|
||||
Object.assign(this, details);
|
||||
|
Reference in New Issue
Block a user