mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 15:26:03 +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:
@@ -23,7 +23,7 @@ class WorkflowRule < ActiveRecord::Base
|
||||
belongs_to :old_status, :class_name => 'IssueStatus'
|
||||
belongs_to :new_status, :class_name => 'IssueStatus'
|
||||
|
||||
validates_presence_of :role, :tracker, :old_status
|
||||
validates_presence_of :role, :tracker
|
||||
attr_protected :id
|
||||
|
||||
# Copies workflows from source to targets
|
||||
|
||||
Reference in New Issue
Block a user