Actions
Bug #268
closed500 Error on "All Puppet Classes"
Difficulty:
Triaged:
No
Description
A 500 error is generated when viewing a host and the user clicks "All Puppet Classes."
It appears that the ERB has bad syntax -- the first line reads:
<% title "All Puppet Classes for #{host}" %>
This should read:
<% title "All Puppet Classes for #{@host.name}" %>
Correcting the line in the ERB fixes the problem.
Updated by Ohad Levy over 14 years ago
- Category set to Web Interface
- Assignee set to Ohad Levy
- Target version set to 0.1-5
Updated by Ohad Levy over 14 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset bccca063fc6dea3956ff7707eb83a5ba57352f27.
Updated by Ohad Levy over 14 years ago
- Status changed from Ready For Testing to Closed
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman_fog_proxmox/pull/267 added
Actions