Content
View differences
Updated by Jens Ulferts almost 9 years ago
From logs:
```
ActionView::Template::Error
WorkPackages::BulkController#destroy
No route matches {:action=>"index", :controller=>"work_packages", :layout=>nil, :project_id=>nil} missing required keys: [:project_id]
```
This was probably caused when deleting a number of work packages having associated time entries and being from a set of projects. entries.
```
ActionView::Template::Error
WorkPackages::BulkController#destroy
No route matches {:action=>"index", :controller=>"work_packages", :layout=>nil, :project_id=>nil} missing required keys: [:project_id]
```
This was