[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:
dhrn
2020-02-21 16:19:08 +05:30
committed by GitHub
parent bf11cd65ec
commit 73ba7a209d
8 changed files with 221 additions and 60 deletions

View File

@@ -32,6 +32,7 @@ export class User {
type = 'enterprise';
tenantId = 1;
company = null;
id = 0;
constructor(details?: any) {
Object.assign(this, details);