Open razb opened 12 years ago
I have it working with 1.x
We use categories with group assignments and the plugin was short-circuiting too soon.
Had to change
return if self.assigned_to_id == nil
to
return if self.assigned_to_id == nil && self.category.assigned_to_id.blank?
Good point about auto assigning from categories. That is also in Redmine 2.x isnt it? If this is a bug I will add in the code...?
Any chance of getting this to be compatble with Redmine 1.x?
We're planning to migrate to 2.x, but its taking a while due to the large numbers of plugins that are still not 2.x compatible.
Changing the routes to be 1.x compatible generates the following error when accessing the Round Robin settings: