Actions
Bug #26972
closedForeman tasks index looks broken on 1.22.0
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
I've upgraded today from 1.21.3 to 1.22.0 and the URL to list tasks (https://my.foreman.dev/foreman_tasks/tasks?order=started_at+DESC) stopped working:
Oops, we're sorry but something went wrong undefined method `auto_complete_search_/foreman_tasks/tasks_path' for #<#<Class:0x000000000919e070>:0x00000000091c8028> Did you mean? auto_complete_search_foreman_tasks_tasks_path auto_complete_search_foreman_tasks_tasks_url
Part of the trace is:
ActionView::Template::Error undefined method `auto_complete_search_/foreman_tasks/tasks_path' for #<#<Class:0x000000000919e070>:0x00000000091c8028> Did you mean? auto_complete_search_foreman_tasks_tasks_path auto_complete_search_foreman_tasks_tasks_url /usr/share/foreman/app/helpers/search_bar_helper.rb:5:in `mount_search_bar'
Let me know if more details are needed.
Actions