mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
AC-450 initialize SCM Branch title value when editing a project. Added awValidUrl directive.
This commit is contained in:
@@ -371,6 +371,7 @@ function ProjectsEdit ($scope, $rootScope, $compile, $location, $log, $routePara
|
||||
}
|
||||
|
||||
master['scm_type'] = scope['scm_type'];
|
||||
scope.scmBranchLabel = (scope.scm_type && scope.scm_type.value && scope.scm_type.value == 'svn') ? 'Revision #' : 'SCM Branch';
|
||||
setAskCheckboxes();
|
||||
|
||||
// Initialize related search functions. Doing it here to make sure relatedSets object is populated.
|
||||
|
||||
Reference in New Issue
Block a user