Andrew Porter
Results
2
comments of
Andrew Porter
The problem won't occur with 2 postgres databases because this condition is simply determining how to deal with case insensitive searches (assuming the 2 postgres dbs behave the same) ActiveRecord::Base.connection...
Not sure if this is nice or optimal as I don't know the Redmine code very well and obviously this should be configurable - ```patch diff --git a/app/helpers/dashboards_helper.rb b/app/helpers/dashboards_helper.rb index...