Merge branch 'devops_caoyanyi_testcase' into 'devops19'

cyy:Fix bug.

See merge request easycorp/zentaopms!1472
This commit is contained in:
李玉春
2022-01-18 08:01:41 +00:00
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -221,6 +221,9 @@ $(document).ready(function()
$('#sonarProject .input-group').append(html);
$('#sonarProject #projectKey').chosen({drop_direction: 'auto'});
})
/* There has been a problem with handling the prompt label. */
$('#projectKeyLabel').remove();
})
var scheduleOption = "<option value='schedule'>" + $('#triggerType').find('[value=schedule]').text() + "</option>";
+3
View File
@@ -208,6 +208,9 @@ $(document).ready(function()
$('#sonarProject .input-group').append(html);
$('#sonarProject #projectKey').chosen({drop_direction: 'auto'});
})
/* There has been a problem with handling the prompt label. */
$('#projectKeyLabel').remove();
})
var scheduleOption = "<option value='schedule'>" + $('#triggerType').find('[value=schedule]').text() + "</option>";