Project

General

Profile

Actions

Bug #3276

closed

About page shows error when unattended: false

Added by Dominic Cleal over 10 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Viewing the about page when unattended is false throws an error:

ActionView::Template::Error (undefined method `compute_resource_path' for #<#<Class:0x000000046a2e68>:0x000000046acd28>):
    43:                 </tr>
    44:                 <% @compute_resources.each do |compute| %>
    45:                   <tr>
    46:                     <td><%= link_to compute.name, compute %></td>
    47:                     <td><%= compute.provider_friendly_name %></td>
    48:                     <td><div class="compute-status" data-url=<%= ping_compute_resource_path(compute) %>><%= _("Connecting..") %></div></td>
    49:                   </tr>
  app/views/about/index.html.erb:46:in `block in _app_views_about_index_html_erb___3771645433478547457_37771840'
  app/views/about/index.html.erb:44:in `_app_views_about_index_html_erb___3771645433478547457_37771840'
  app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
Actions #1

Updated by Leos Stejskal almost 3 years ago

  • Status changed from New to Closed

I'm closing the issue,
it have been here for some time and it looks like unattended mode is not something we want to support in the future versions, see RFC: https://community.theforeman.org/t/rfc-remove-unattended-setting/10035/20

If you think that the issue is still relevant feel free to reopen it.

Actions

Also available in: Atom PDF