Project

General

Profile

Actions

Bug #23735

closed

Tabs not hidden on CV page when a repository type is Disabled

Added by Stephen Benjamin over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Web UI
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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')"

Related issues 1 (0 open1 closed)

Related to Katello - Bug #22620: Support disabling individulal Content typesClosedJustin SherrillActions
Actions

Also available in: Atom PDF