[CST-5674] Enable ePerson/Group editing; prevent switching between ePerson and Group

This commit is contained in:
Davide Negretti
2022-04-29 12:17:48 +02:00
parent e94454be97
commit 342a62081c
3 changed files with 43 additions and 31 deletions

View File

@@ -266,7 +266,7 @@ describe('ResourcePolicyFormComponent test suite', () => {
});
it('should can set grant', () => {
expect(comp.canSetGrant()).toBeTruthy();
expect(comp.isBeingEdited()).toBeTruthy();
});
it('should not have a target name', () => {
@@ -344,7 +344,7 @@ describe('ResourcePolicyFormComponent test suite', () => {
});
it('should not can set grant', () => {
expect(comp.canSetGrant()).toBeFalsy();
expect(comp.isBeingEdited()).toBeFalsy();
});
it('should have a target name', () => {