Actions
Bug #23735
closedTabs not hidden on CV page when a repository type is Disabled
Description
With 'deb' repo types disabled, the tab still shows up on CV page. Source of the problem seems to be having ng-hide and show on same element:
ng-hide="contentView.composite"
ng-show="repositoryTypeEnabled('deb')"
changing to just ng-hide makes it work:
ng-hide="contentView.composite || !repositoryTypeEnabled('file')"
Updated by Stephen Benjamin over 6 years ago
- Related to Bug #22620: Support disabling individulal Content types added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Stephen Benjamin
- Pull request https://github.com/Katello/katello/pull/7403 added
Updated by Andrew Kofink over 6 years ago
- Translation missing: en.field_release set to 338
Updated by Stephen Benjamin over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|913c33fe5b9f2fec72613982415690302f7a891a.
Actions