Fix some permission bugs when showing batch tools etc.
This commit is contained in:
parent
85403dfa5e
commit
cc2308c399
2 changed files with 7 additions and 2 deletions
|
@ -316,7 +316,7 @@
|
|||
% endif
|
||||
|
||||
## download rows for search results
|
||||
% if master.has_rows and master.results_rows_downloadable:
|
||||
% if master.has_rows and master.results_rows_downloadable and master.has_perm('download_results_rows'):
|
||||
% if use_buefy:
|
||||
<b-button type="is-primary"
|
||||
icon-pack="fas"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue