Project

General

Profile

Actions

Bug #23735

closed

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

Added by Stephen Benjamin almost 6 years ago. Updated almost 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 #1

Updated by Stephen Benjamin almost 6 years ago

  • Related to Bug #22620: Support disabling individulal Content types added
Actions #2

Updated by The Foreman Bot almost 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
Actions #3

Updated by Stephen Benjamin almost 6 years ago

  • Bugzilla link set to 1580144
Actions #4

Updated by Andrew Kofink almost 6 years ago

  • translation missing: en.field_release set to 338
Actions #5

Updated by Stephen Benjamin almost 6 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF