We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccf9fe commit 4b1b731Copy full SHA for 4b1b731
src/main/webapp/WEB-INF/views/series/info.html
@@ -623,7 +623,7 @@ <h5 th:text="#{t_who_selling_series}">Who was selling/buying this series</h5>
623
</div>
624
625
626
- <div id="series-sales-list" sec:authorize="hasAuthority('VIEW_SERIES_SALES')"></div>
+ <div id="series-sales-list" sec:authorize="hasAuthority('VIEW_SERIES_SALES')" togglz:active="USE_REACT"></div>
627
628
<div class="row" sec:authorize="hasAuthority('ADD_SERIES_SALES')">
629
<div class="col-sm-12">
0 commit comments