diff options
Diffstat (limited to 'app/views/workflows/edit.rhtml')
-rw-r--r-- | app/views/workflows/edit.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/workflows/edit.rhtml b/app/views/workflows/edit.rhtml index 1aef8eb7e..134dfb3e7 100644 --- a/app/views/workflows/edit.rhtml +++ b/app/views/workflows/edit.rhtml @@ -43,7 +43,7 @@ <% for old_status in @statuses %> <tr class="<%= cycle("odd", "even") %>"> <td><%= old_status.name %></td> - <% new_status_ids_allowed = old_status.find_new_statuses_allowed_to(@role, @tracker).collect(&:id) -%> + <% new_status_ids_allowed = old_status.find_new_statuses_allowed_to([@role], @tracker).collect(&:id) -%> <% for new_status in @statuses -%> <td align="center"> <input type="checkbox" |