Bug #22129
closeddebian 9.3 Foreman Install and Host page error
Description
Hi,
I install foreman to debian 9.3 as described on manual.
then i start puppet agent test and check hosts page.
Oops, we're sorry but something went wrong super: no superclass method `multiple_actions' for #<#<Class:0x0056552286e818>:0x007fca96d18f68> Did you mean? multiple_actions_select multiple_actions_hosts_url multiple_actions_hosts_path multiple_actions_with_remote_execution multiple_selects multiple_actions_without_remote_execution multiple_checkboxes multiple_filter title_actions
Files
Updated by Anonymous about 7 years ago
Timo, Dirk: According to the backtrace in the logs, this is about clashing alias_method_chain vs. prepend in foreman_monitoring.
I guess the best would be to bump the current version to 0.2 and establish a 0.1-stable branch with a 0.1.2 release that uses alias_method_chain.
Updated by Anonymous about 7 years ago
- Project changed from Foreman to Plugins
- Status changed from New to Resolved
foreman_monitoring and foreman_bootdisk got updated with versions that use alias_mehtod_chain.