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.
Updated by Mariano Guezuraga over 5 years ago
- Subject changed from Foreman tasks index looks broken to Foreman tasks index looks broken on 1.22.0
Updated by Tomer Brisker over 5 years ago
- Project changed from Foreman to foreman-tasks
Updated by Tomer Brisker over 5 years ago
Which version of foreman-tasks plugin do you have installed?
Updated by Mariano Guezuraga over 5 years ago
Tomer Brisker wrote:
Which version of foreman-tasks plugin do you have installed?
[mguezuraga@my.foreman.dev ~]$ rpm -qa | grep tasks
tfm-rubygem-foreman-tasks-0.14.5-1.fm1_21.el7.noarch
tfm-rubygem-foreman-tasks-core-0.2.6-1.fm1_21.el7.noarch
[mguezuraga@my.foreman.dev ~]$
Updated by Adam Ruzicka almost 4 years ago
- Status changed from New to Closed
1.22 is EOL, current releases should be working
Actions