更改:访问菜单的权限
This commit is contained in:
parent
7440a79cc4
commit
03c9df3f92
|
@ -1,5 +1,6 @@
|
|||
class Api::V1::Projects::DatasetsController < Api::V1::BaseController
|
||||
before_action :require_member_above
|
||||
before_action :require_public_and_member_above, only: [:show]
|
||||
before_action :require_member_above, only: [:create, :update]
|
||||
before_action :find_dataset, only: [:update, :show]
|
||||
before_action :check_menu_authorize
|
||||
|
||||
|
|
Loading…
Reference in New Issue