Skip to content
Snippets Groups Projects
Commit ba81c299 authored by buczekp's avatar buczekp
Browse files

[LMS-1457] fixed searchlink URL (use history token as delimiter)

SVN: 15546
parent 86442bba
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ public class SearchlinkUtilities ...@@ -34,6 +34,7 @@ public class SearchlinkUtilities
final EntityKind entityKind, final String searchString) final EntityKind entityKind, final String searchString)
{ {
URLMethodWithParameters ulrWithParameters = new URLMethodWithParameters(baseIndexURL); URLMethodWithParameters ulrWithParameters = new URLMethodWithParameters(baseIndexURL);
ulrWithParameters.startHistoryToken();
ulrWithParameters.addParameter(ViewLocator.ACTION_PARAMETER, ulrWithParameters.addParameter(ViewLocator.ACTION_PARAMETER,
SearchLocatorResolver.SEARCH_ACTION); SearchLocatorResolver.SEARCH_ACTION);
ulrWithParameters.addParameter(ViewLocator.ENTITY_PARAMETER, entityKind.name()); ulrWithParameters.addParameter(ViewLocator.ENTITY_PARAMETER, entityKind.name());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment