You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the connector in redmine-3.2.3 generally seems to work (working on evaluation), I however see lots of these entries
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation,
you can call #load (e.g. `Post.where(published: true).load`). If you want to get an array of records
from a relation, you can call #to_a (e.g. `Post.where(published: true).to_a`). (called from
get_trackers at /home/server/services/redmine-3.2.3/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
The text was updated successfully, but these errors were encountered:
Using the connector in redmine-3.2.3 generally seems to work (working on evaluation), I however see lots of these entries
The text was updated successfully, but these errors were encountered: