mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
[TLC-254] ITs, mocking type bind relation service
This commit is contained in:
@@ -89,7 +89,8 @@ const rowArrayQualdropConfig = {
|
||||
submissionId: '1234',
|
||||
metadataKey: 'dc.some.key',
|
||||
metadataFields: ['dc.some.key'],
|
||||
hasSelectableMetadata: false
|
||||
hasSelectableMetadata: false,
|
||||
showButtons: true
|
||||
} as DynamicRowArrayModelConfig;
|
||||
|
||||
export const MockRowArrayQualdropModel: DynamicRowArrayModel = new DynamicRowArrayModel(rowArrayQualdropConfig);
|
||||
|
Reference in New Issue
Block a user