mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Merge branch 'coar-notify-7' of https://bitbucket.org/4Science/dspace-cris into CST-10640_new
This commit is contained in:
@@ -85,7 +85,7 @@ public class QAEventServiceImpl implements QAEventService {
|
||||
@Autowired
|
||||
private QAEventsDaoImpl qaEventsDao;
|
||||
|
||||
@Autowired
|
||||
@Autowired(required = false)
|
||||
@Qualifier("qaAutomaticProcessingMap")
|
||||
private Map<String, QAEventAutomaticProcessingEvaluation> qaAutomaticProcessingMap;
|
||||
|
||||
|
@@ -42,7 +42,7 @@ public class SubmissionCOARNotifyRestRepositoryIT extends AbstractControllerInte
|
||||
.andExpect(content().contentType(contentType))
|
||||
.andExpect(jsonPath("$._embedded.submissioncoarnotifyconfigs", Matchers.containsInAnyOrder(
|
||||
SubmissionCOARNotifyMatcher.matchCOARNotifyEntry("coarnotify",
|
||||
List.of("review", "endorsement", "ingest"))
|
||||
List.of("request-review", "request-endorsement", "request-ingest"))
|
||||
)));
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ public class SubmissionCOARNotifyRestRepositoryIT extends AbstractControllerInte
|
||||
.andExpect(content().contentType(contentType))
|
||||
.andExpect(jsonPath("$", Matchers.is(
|
||||
SubmissionCOARNotifyMatcher.matchCOARNotifyEntry("coarnotify",
|
||||
List.of("review", "endorsement", "ingest"))
|
||||
List.of("request-review", "request-endorsement", "request-ingest"))
|
||||
)));
|
||||
}
|
||||
|
||||
|
@@ -10,9 +10,9 @@
|
||||
<map>
|
||||
<entry key="coarnotify">
|
||||
<list>
|
||||
<value>review</value>
|
||||
<value>endorsement</value>
|
||||
<value>ingest</value>
|
||||
<value>request-review</value>
|
||||
<value>request-endorsement</value>
|
||||
<value>request-ingest</value>
|
||||
</list>
|
||||
</entry>
|
||||
</map>
|
||||
|
Reference in New Issue
Block a user