mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
final tests (group-form & member&subgroup lists) & notification
for group creation fail, with specific notification for group name in use
This commit is contained in:
@@ -3,7 +3,7 @@ import { EPersonMock } from './eperson-mock';
|
||||
|
||||
export const GroupMock2: Group = Object.assign(new Group(), {
|
||||
handle: null,
|
||||
groups: [],
|
||||
subgroups: [],
|
||||
epersons: [],
|
||||
selfRegistered: false,
|
||||
_links: {
|
||||
@@ -20,7 +20,7 @@ export const GroupMock2: Group = Object.assign(new Group(), {
|
||||
|
||||
export const GroupMock: Group = Object.assign(new Group(), {
|
||||
handle: null,
|
||||
groups: [GroupMock2],
|
||||
subgroups: [GroupMock2],
|
||||
epersons: [EPersonMock],
|
||||
selfRegistered: false,
|
||||
_links: {
|
||||
|
Reference in New Issue
Block a user