File tree 2 files changed +2
-2
lines changed
java/ru/mystamps/web/support/togglz
webapp/WEB-INF/views/series
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public enum Features implements Feature {
70
70
71
71
@ Label ("Show series purchases and sales on series info page" )
72
72
@ EnabledByDefault
73
- PURCHASES_AND_SALES ;
73
+ SHOW_PURCHASES_AND_SALES ;
74
74
75
75
public boolean isActive () {
76
76
return FeatureContext .getFeatureManager ().isActive (this );
Original file line number Diff line number Diff line change 272
272
</ div >
273
273
274
274
< div class ="col-sm-4 ">
275
- < div class ="row " th:if ="${not #lists.isEmpty(purchasesAndSales)} " togglz:active ="PURCHASES_AND_SALES " sec:authorize ="hasAuthority('VIEW_SERIES_SALES') ">
275
+ < div class ="row " th:if ="${not #lists.isEmpty(purchasesAndSales)} " togglz:active ="SHOW_PURCHASES_AND_SALES " sec:authorize ="hasAuthority('VIEW_SERIES_SALES') ">
276
276
< div class ="col-sm-12 ">
277
277
< h5 th:text ="|#{t_who_selling_series}:| "> Who was selling/buying this series:</ h5 >
278
278
< ul th:remove ="all-but-first ">
You can’t perform that action at this time.
0 commit comments