Actions
Bug #11253
closedAll content view filters are shown in every content view
Description
Content view filters that are made for one specific content view will also show in every other content view, and raise an error similar to
2015-07-29T16:30:19 [app] [D] With body: {"displayMessage":"Couldn't find ContentViewFilter with id=1","errors":["Couldn't find Conten
tViewFilter with id=1"]}
when accessed outside of the content view they were created in.
Possibly because the global variable here is incorrect
https://github.com/Katello/katello/blob/master/app/controllers/katello/api/v2/content_view_filters_controller.rb#L21
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5388 added
- Pull request deleted (
)
Updated by John Mitsch over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|a123aa7c449af87d213fb8cf2b58c913ca983c16.
Updated by Justin Sherrill over 9 years ago
- Translation missing: en.field_release changed from 61 to 31
Actions