Merge pull request #1474 from xmera-circle/improvement/remove-main-menu-in-setting-on-admin-area
Removes main menu from workflows controller
This commit is contained in:
commit
6295f1823d
@ -22,6 +22,7 @@
|
||||
class DmsfWorkflowsController < ApplicationController
|
||||
model_object DmsfWorkflow
|
||||
menu_item :dmsf_approvalworkflows
|
||||
self.main_menu = false
|
||||
|
||||
before_action :find_model_object, except: %i[create new index assign assignment]
|
||||
before_action :find_project
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user