mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Remove manage permissions check from step toggle
This commit is contained in:
parent
d162fb6d35
commit
dc9fae6af0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class StepsController < ApplicationController
|
|||
before_action :convert_table_contents_to_utf8, only: %i(create update)
|
||||
|
||||
before_action :check_view_permissions, only: %i(show update_view_state update_asset_view_mode)
|
||||
before_action :check_manage_permissions, only: %i(new create edit update destroy move_up move_down toggle_step_state)
|
||||
before_action :check_manage_permissions, only: %i(new create edit update destroy move_up move_down)
|
||||
before_action :check_complete_and_checkbox_permissions, only: %i(toggle_step_state checklistitem_state)
|
||||
|
||||
def new
|
||||
|
|
Loading…
Reference in a new issue