Merge branch 'devel' of github.com:danmunn/redmine_dmsf into devel

This commit is contained in:
Karel Pičman 2023-09-11 12:25:23 +02:00
commit 0515547bd1

View File

@ -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