approval process for 3 users "user1 AND user2 AND user3" #432
This commit is contained in:
parent
7ef777b5bf
commit
38412238dd
@ -1,6 +1,6 @@
|
||||
<%# Redmine plugin for Document Management System "Features"
|
||||
#
|
||||
# Copyright (C) 2013 Karel Pičman <karel.picman@kontron.com>
|
||||
# Copyright (C) 2011/15 Karel Pičman <karel.picman@kontron.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
@ -29,7 +29,7 @@
|
||||
</p>
|
||||
<% if User.current.allowed_to?(:manage_workflows, @project) %>
|
||||
<p>
|
||||
<%= link_to l(:label_dmsf_workflow_new), new_dmsf_workflow_path, :class => 'icon icon-add' %>
|
||||
<%= link_to l(:label_dmsf_workflow_new), new_dmsf_workflow_path(:project_id => @project.id), :class => 'icon icon-add' %>
|
||||
</p>
|
||||
<% end %>
|
||||
<p class="buttons">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user