Merge branch 'sunhuawei_fixbug_22900' into 'master'
*Fix bug #22900. See merge request easycorp/zentaopms!3610
This commit is contained in:
@@ -485,7 +485,7 @@ function loadProjectBuilds(projectID)
|
||||
|
||||
if(page == 'create')
|
||||
{
|
||||
var link = createLink('build', 'ajaxGetProjectBuilds', 'projectID=' + projectID + '&productID=' + productID + '&varName=openedBuild&build=' + oldOpenedBuild + "&branch=" + branch);
|
||||
var link = createLink('build', 'ajaxGetProjectBuilds', 'projectID=' + projectID + '&productID=' + productID + '&varName=openedBuild&build=&branch=' + branch);
|
||||
$.get(link, function(data)
|
||||
{
|
||||
if(!data) data = '<select id="openedBuild" name="openedBuild" class="form-control" multiple=multiple></select>';
|
||||
|
||||
Reference in New Issue
Block a user