add more comment about awesome_nested_set 2-1-stable branch regression
git-svn-id: http://svn.redmine.org/redmine/trunk@12709 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
38fa36d23b
commit
9941a987e9
|
@ -342,7 +342,7 @@ class IssueTest < ActiveSupport::TestCase
|
||||||
assert child2.visible?(user)
|
assert child2.visible?(user)
|
||||||
assert_equal 2, parent.descendants.count
|
assert_equal 2, parent.descendants.count
|
||||||
assert_equal 2, parent.descendants.visible(user).count
|
assert_equal 2, parent.descendants.visible(user).count
|
||||||
# awesome_nested_set 2-1-stable has regression.
|
# awesome_nested_set 2-1-stable branch has regression.
|
||||||
# https://github.com/collectiveidea/awesome_nested_set/commit/3d5ac746542b564f6586c2316180254b088bebb6
|
# https://github.com/collectiveidea/awesome_nested_set/commit/3d5ac746542b564f6586c2316180254b088bebb6
|
||||||
# ActiveRecord::StatementInvalid: SQLite3::SQLException: ambiguous column name: lft:
|
# ActiveRecord::StatementInvalid: SQLite3::SQLException: ambiguous column name: lft:
|
||||||
assert_equal 2, parent.descendants.collect{|i| i}.size
|
assert_equal 2, parent.descendants.collect{|i| i}.size
|
||||||
|
|
Loading…
Reference in New Issue