summaryrefslogtreecommitdiffstats
path: root/lib/redmine
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine')
-rw-r--r--lib/redmine/acts/positioned.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/acts/positioned.rb b/lib/redmine/acts/positioned.rb
index bb7f80524..f8134c6de 100644
--- a/lib/redmine/acts/positioned.rb
+++ b/lib/redmine/acts/positioned.rb
@@ -66,7 +66,7 @@ module Redmine
h[column] = yield(column)
h
end
- self.class.where(condition_hash)
+ self.class.unscoped.where(condition_hash)
end
def set_default_position