Merge pull request #5578 from GunnerStraiker1/template-card-owner
Add Owner Field into TemplateCard and ownedBy & ownerOf relations for TemplateEntity
This commit is contained in:
@@ -60,6 +60,7 @@ describe('JobProcessor', () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
owner: 'example@email.com',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -55,6 +55,7 @@ describe('Helpers', () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
owner: 'team-d@example.com',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -103,6 +104,7 @@ describe('Helpers', () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
owner: 'team-b@example.com',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -151,6 +153,7 @@ describe('Helpers', () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
owner: 'team-a@example.com',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -198,6 +201,7 @@ describe('Helpers', () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
owner: 'team-b@example.com',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -243,6 +247,7 @@ describe('Helpers', () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
owner: 'team-c@example.com',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user