mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
62651: Entity item display and lists field changes
This commit is contained in:
@@ -12,31 +12,31 @@ import {
|
||||
const mockItem: Item = Object.assign(new Item(), {
|
||||
bitstreams: observableOf(new RemoteData(false, false, true, null, new PaginatedList(new PageInfo(), []))),
|
||||
metadata: {
|
||||
'project.identifier.status': [
|
||||
{
|
||||
language: 'en_US',
|
||||
value: 'published'
|
||||
}
|
||||
],
|
||||
'project.identifier.id': [
|
||||
// 'project.identifier.status': [
|
||||
// {
|
||||
// language: 'en_US',
|
||||
// value: 'published'
|
||||
// }
|
||||
// ],
|
||||
'dc.identifier': [
|
||||
{
|
||||
language: 'en_US',
|
||||
value: '1'
|
||||
}
|
||||
],
|
||||
'project.identifier.expectedcompletion': [
|
||||
{
|
||||
language: 'en_US',
|
||||
value: 'exp comp'
|
||||
}
|
||||
],
|
||||
'project.identifier.description': [
|
||||
// 'project.identifier.expectedcompletion': [
|
||||
// {
|
||||
// language: 'en_US',
|
||||
// value: 'exp comp'
|
||||
// }
|
||||
// ],
|
||||
'dc.description': [
|
||||
{
|
||||
language: 'en_US',
|
||||
value: 'keyword'
|
||||
}
|
||||
],
|
||||
'project.identifier.keyword': [
|
||||
'dc.subject': [
|
||||
{
|
||||
language: 'en_US',
|
||||
value: 'keyword'
|
||||
|
Reference in New Issue
Block a user