Actions
Bug #19367
closedkatello models not working with foreman-hooks plugin
Description
The foreman-hooks plugin is looking for rabl files in katello/app/views. For example, a hook for Katello::Pool expects a rabl of katello/app/views/katello/pools/show.
Perhaps add the api/v2 rabl to the paths in engine.rb (line 144) but this would require mapping models to resource names (pool to subscription)
Updated by Thomas McKay over 7 years ago
Perhaps foreman-hooks needs a way to specifiy the show.rabl for a model?
Updated by Stephen Benjamin over 7 years ago
The issue with Foreman hooks is tracked here: #8379.
Updated by John Mitsch over 7 years ago
- Assignee set to Thomas McKay
- Translation missing: en.field_release set to 228
That bug and its duplicate seems to be closed, so I'm going to keep this open
Updated by Justin Sherrill over 7 years ago
- Target version set to 155
- Translation missing: en.field_release changed from 228 to 114
Updated by Thomas McKay over 7 years ago
- Assignee deleted (
Thomas McKay) - Target version deleted (
155)
Updated by Thomas McKay over 6 years ago
- Status changed from New to Resolved
Hooks for katello models work in recent releases.
Actions