Fixed bulk action.
This commit is contained in:
parent
5fbceb5d72
commit
4fd9385196
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ class Index extends App.Controller
|
|||
pages_total = parseInt( ( @tickets_count / @overview.view[@view_mode].per_page ) + 0.99999 ) || 1
|
||||
|
||||
# render init page
|
||||
edit = true
|
||||
checkbox = true
|
||||
edit = true
|
||||
if @isRole('Customer')
|
||||
checkbox = false
|
||||
edit = false
|
||||
|
|
Loading…
Reference in a new issue