mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Also fixing relation field config
This commit is contained in:
@@ -237,7 +237,7 @@ it, please enter the types and the actual numbers or codes.</hint>
|
|||||||
<form name="journalVolumeStep">
|
<form name="journalVolumeStep">
|
||||||
<row>
|
<row>
|
||||||
<relation-field>
|
<relation-field>
|
||||||
<relationship-type>isVolumeOfJournal</relationship-type>
|
<relationship-type>isJournalOfVolume</relationship-type>
|
||||||
<search-configuration>periodical</search-configuration>
|
<search-configuration>periodical</search-configuration>
|
||||||
<filter>creativework.publisher:somepublishername</filter>
|
<filter>creativework.publisher:somepublishername</filter>
|
||||||
<label>Journal</label>
|
<label>Journal</label>
|
||||||
|
@@ -138,7 +138,7 @@ public class SubmissionFormsControllerIT extends AbstractControllerIntegrationTe
|
|||||||
// check the first two rows
|
// check the first two rows
|
||||||
.andExpect(jsonPath("$.rows[0].fields", contains(
|
.andExpect(jsonPath("$.rows[0].fields", contains(
|
||||||
SubmissionFormFieldMatcher.matchFormClosedRelationshipFieldDefinition("Journal", null,
|
SubmissionFormFieldMatcher.matchFormClosedRelationshipFieldDefinition("Journal", null,
|
||||||
false,"Select the journal related to this volume.", "isVolumeOfJournal",
|
false,"Select the journal related to this volume.", "isJournalOfVolume",
|
||||||
"creativework.publisher:somepublishername", "periodical", false))))
|
"creativework.publisher:somepublishername", "periodical", false))))
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
@@ -489,7 +489,7 @@
|
|||||||
<form name="journalVolumeStep">
|
<form name="journalVolumeStep">
|
||||||
<row>
|
<row>
|
||||||
<relation-field>
|
<relation-field>
|
||||||
<relationship-type>isVolumeOfJournal</relationship-type>
|
<relationship-type>isJournalOfVolume</relationship-type>
|
||||||
<search-configuration>journal</search-configuration>
|
<search-configuration>journal</search-configuration>
|
||||||
<filter>creativework.publisher:somepublishername</filter>
|
<filter>creativework.publisher:somepublishername</filter>
|
||||||
<label>Journal</label>
|
<label>Journal</label>
|
||||||
|
Reference in New Issue
Block a user