mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +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">
|
||||
<row>
|
||||
<relation-field>
|
||||
<relationship-type>isVolumeOfJournal</relationship-type>
|
||||
<relationship-type>isJournalOfVolume</relationship-type>
|
||||
<search-configuration>periodical</search-configuration>
|
||||
<filter>creativework.publisher:somepublishername</filter>
|
||||
<label>Journal</label>
|
||||
|
@@ -138,7 +138,7 @@ public class SubmissionFormsControllerIT extends AbstractControllerIntegrationTe
|
||||
// check the first two rows
|
||||
.andExpect(jsonPath("$.rows[0].fields", contains(
|
||||
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))))
|
||||
;
|
||||
}
|
||||
|
@@ -489,7 +489,7 @@
|
||||
<form name="journalVolumeStep">
|
||||
<row>
|
||||
<relation-field>
|
||||
<relationship-type>isVolumeOfJournal</relationship-type>
|
||||
<relationship-type>isJournalOfVolume</relationship-type>
|
||||
<search-configuration>journal</search-configuration>
|
||||
<filter>creativework.publisher:somepublishername</filter>
|
||||
<label>Journal</label>
|
||||
|
Reference in New Issue
Block a user