mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 11:25:55 +01:00
Move always possible for new records.
git-svn-id: http://svn.redmine.org/redmine/trunk@13846 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -145,7 +145,7 @@ module Redmine
|
||||
end
|
||||
|
||||
def move_possible?(issue)
|
||||
!is_or_is_ancestor_of?(issue)
|
||||
new_record? || !is_or_is_ancestor_of?(issue)
|
||||
end
|
||||
|
||||
def lock_nested_set
|
||||
|
||||
Reference in New Issue
Block a user