Skip to content

Commit

Permalink
Refs #37214 - Use Limit to Environment by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard authored and chris1984 committed Mar 8, 2024
1 parent 6420cf8 commit 8bedda9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ angular.module('Bastion.activation-keys').controller('ActivationKeyRepositorySet
params = {
'activation_key_id': $scope.$stateParams.activationKeyId,
'content_access_mode_all': $scope.simpleContentAccessEnabled,
'content_access_mode_env': true,
'sort_order': 'ASC',
'paged': true
};
Expand Down Expand Up @@ -56,8 +57,6 @@ angular.module('Bastion.activation-keys').controller('ActivationKeyRepositorySet
$scope.nutupane.refresh();
};

$scope.toggleFilters();

success = function () {
$scope.table.working = false;
Notification.setSuccessMessage(translate('Repository Sets settings saved successfully.'));
Expand Down

0 comments on commit 8bedda9

Please sign in to comment.