Skip to content

Commit

Permalink
#502 Dialog listing all validations for a group - subdialog for the runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Jan 4, 2022
1 parent 8c51c2b commit 33d4ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ angular.module('ot.dialog.validationStampRunGroup', [
// Closes this dialog first
$scope.cancel();
// Opening the validation only
$scope.config.callbackOnRunOpen($scope.config.build, validation.validationStamp);
$scope.config.callbackOnRunOpen(validation.validationStamp);
};
})
;

0 comments on commit 33d4ff0

Please sign in to comment.