Skip to content

Commit

Permalink
classification browser: rename url parameter for sort to '_sort' #40
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteph-de committed Nov 14, 2022
1 parent eb33707 commit 20a73f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ private void writeLinkedCategoryItemText(CBConfig cb, MCRCategory categ, String
url.append("?q=").append(query);

if (cb.sortResult != null) {
url.append("&sort=").append(cb.sortResult.trim());
url.append("&_sort=").append(cb.sortResult.trim());
}
}
out.write("<a class=\"btn btn-sm btn-outline-secondary cb-btn\" href=\"" + url.toString() + "\">");
Expand Down

0 comments on commit 20a73f7

Please sign in to comment.