Actions
Bug #14842
closed'validate'` should be 'validates'
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman
Target version:
Difficulty:
Triaged:
Description
On remote_execution_feature, there's a line calling `validate` and then calls some Rails validations. It has a typo and should say `validates`. Passenger does not start because of this, with an error
' Message from application: Unknown key: :presence. Valid keys are: :on, :if, :unless, :prepend. Perhaps you meant to call `validates` instead of `validate`? (ArgumentError) '
Updated by The Foreman Bot over 8 years ago
- Assignee set to Daniel Lobato Garcia
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/177 added
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/173 added
Updated by Marek Hulán over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|2f44151be9a46a7feb877c961f271ff2d2658df2.
Updated by Marek Hulán over 8 years ago
- Translation missing: en.field_release set to 156
Actions