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:
benbosman
2019-10-10 17:15:08 +02:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ public class StatisticsSupportHalLinkFactory
list.add(buildLink(Link.REL_SELF, getMethodOn().getStatisticsSupport()));
list.add(buildLink("viewevents", getMethodOn().getViewEvents()));
list.add(buildLink("searchevents", getMethodOn().getViewEvents()));
list.add(buildLink("searchevents", getMethodOn().getSearchEvents()));
}
protected Class<StatisticsRestController> getControllerClass() {