mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 08:14:20 +00:00
Travis CI
This commit is contained in:
parent
f0ea92a3b3
commit
830ee7b8be
4
init.rb
4
init.rb
@ -28,7 +28,9 @@ Redmine::Plugin.register :redmine_custom_workflows do
|
|||||||
version '0.1.6'
|
version '0.1.6'
|
||||||
url 'http://www.redmine.org/plugins/custom-workflows'
|
url 'http://www.redmine.org/plugins/custom-workflows'
|
||||||
|
|
||||||
requires_redmine version_or_higher: '3.0.0'
|
# In order to the plugin in Redmine < 4 (Rails < 5), comment out the following line and modify Gemfile according to
|
||||||
|
# the recommendation written there.
|
||||||
|
requires_redmine version_or_higher: '4.0.0'
|
||||||
|
|
||||||
permission :manage_project_workflow, {}, :require => :member
|
permission :manage_project_workflow, {}, :require => :member
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user