mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 16:56:00 +01:00
Makes new issue initial status settable in workflow (#5816).
git-svn-id: http://svn.redmine.org/redmine/trunk@14458 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
class WorkflowPermission < WorkflowRule
|
||||
validates_inclusion_of :rule, :in => %w(readonly required)
|
||||
validates_presence_of :old_status
|
||||
validate :validate_field_name
|
||||
|
||||
# Returns the workflow permissions for the given trackers and roles
|
||||
|
||||
Reference in New Issue
Block a user