mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
Merge pull request #2546 from atmire/DS-4360_statistics-endpoint-searchevents-link-fix
[DS-4360] fixed construction of the SearchEvents link on the statistics endpoint
This commit is contained in:
@@ -24,7 +24,7 @@ public class StatisticsSupportHalLinkFactory
|
|||||||
|
|
||||||
list.add(buildLink(Link.REL_SELF, getMethodOn().getStatisticsSupport()));
|
list.add(buildLink(Link.REL_SELF, getMethodOn().getStatisticsSupport()));
|
||||||
list.add(buildLink("viewevents", getMethodOn().getViewEvents()));
|
list.add(buildLink("viewevents", getMethodOn().getViewEvents()));
|
||||||
list.add(buildLink("searchevents", getMethodOn().getViewEvents()));
|
list.add(buildLink("searchevents", getMethodOn().getSearchEvents()));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected Class<StatisticsRestController> getControllerClass() {
|
protected Class<StatisticsRestController> getControllerClass() {
|
||||||
|
Reference in New Issue
Block a user