Project

General

Profile

« Previous | Next » 

Revision 52318ae5

Added by Walden Raines about 10 years ago

Fixes #4942, fix transition to details after creating a package filter.

View differences:

engines/bastion/test/content-views/details/filters/new-filter.controller.test.js
$scope.save($scope.filter, $scope.contentView);
expect($scope.transitionTo).toHaveBeenCalledWith(
'content-views.details.filters.details.rpm',
'content-views.details.filters.details.rpm.details',
{filterId: 1, contentViewId: 1}
)
});

Also available in: Unified diff