Fix bug with job_type = scan not loading Default project correctly

This commit is contained in:
Michael Abashian 2017-02-10 20:09:39 -05:00
parent b00fbc5e67
commit 40c50300f7

View File

@ -53,6 +53,10 @@ export default
$scope.parseType = 'yaml';
$scope.showJobType = false;
if(!$scope.project) {
$scope.project_name = 'Default';
}
SurveyControllerInit({
scope: $scope,
parent_scope: $scope,