Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #7883: Adds repository filter to tabs on content view version detai... #4796

Merged
merged 1 commit into from Nov 14, 2014

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Nov 4, 2014

...ls.

This adds the ability to filter the package, errata and package group list
for a content view version by repository.

@ehelms
Copy link
Member Author

ehelms commented Nov 4, 2014

Requires - #4795 and Katello/bastion#15


$scope.version.$promise.then(function () {
angular.forEach($scope.version.repositories, function (repository) {
$scope.repositories.push(repository);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why wouldn't you just do $scope.repositories = $scope.version.repositories ?

…sion details.

This adds the ability to filter the package, errata and package group list
for a content view version by repository.
@ehelms
Copy link
Member Author

ehelms commented Nov 14, 2014

@jlsherrill updated

@jlsherrill
Copy link
Member

APJ and pending an issue opened to for the 'filter' to handle longer names more gracefully

ehelms added a commit that referenced this pull request Nov 14, 2014
Refs #7883: Adds repository filter to tabs on content view version detai...
@ehelms ehelms merged commit 84e1d24 into Katello:master Nov 14, 2014
ehelms added a commit to ehelms/katello that referenced this pull request Jan 11, 2016
ehelms added a commit that referenced this pull request Jan 12, 2016
Fixes #4796: Use Patternfly from Foreman core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants