Fixed issue #1034 - Update of object attribute leads to CSRF token verification failure.
This commit is contained in:
parent
e00776ea64
commit
a2a6309692
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Copyright (C) 2012-2016 Zammad Foundation, http://zammad-foundation.org/
|
||||
|
||||
class ObjectManagerAttributesController < ApplicationController
|
||||
before_action { authentication_check(permission: 'admin.object') }
|
||||
prepend_before_action { authentication_check(permission: 'admin.object') }
|
||||
|
||||
# GET /object_manager_attributes_list
|
||||
def list
|
||||
|
|
Loading…
Reference in a new issue