add js notes

This commit is contained in:
lanzongjun
2022-07-21 13:12:38 +08:00
parent f2310c30dd
commit ffa0bbe650
5 changed files with 40 additions and 4 deletions
+4 -3
View File
@@ -83,6 +83,7 @@ $(function()
$(document).on('change', "select[id^='branch']", disableSelectedBranch);
/* Select copy type eq part. */
$("#copypart").click(function()
{
$("#copypart .icon-check").removeClass('change-gray');
@@ -99,6 +100,7 @@ $(function()
$("#copytype").val(1);
});
/* Select copy type eq all. */
$("#copyall").click(function()
{
$("#copyall .icon-check").removeClass('change-gray');
@@ -115,6 +117,7 @@ $(function()
$("#copytype").val(2);
});
/* Copy project next step. */
$("#copyTypeConfirm").click(function()
{
var copytype = $("#copytype").val();
@@ -126,9 +129,7 @@ $(function()
{
location.href = createLink('project', 'copyproject', 'model=' + model + '&programID=' + programID + '&copyProjectID=' + $("#copyProjectID").val() + '&extra=copytype=' + copytype);
}
});
});
});
/**
+12
View File
@@ -328,3 +328,15 @@ $lang->project->confirmUnlinkMember = "Do you want to remove this user from pro
$lang->project->action = new stdclass();
$lang->project->action->managed = '$date, managed by <strong>$actor</strong>. $extra' . "\n";
$lang->project->copyproject = new stdClass();
$lang->project->copyproject->all = 'All info';
$lang->project->copyproject->allextra = '(Teams and time are not duplicated)';
$lang->project->copyproject->allMessageList['base'] = 'Base info';
$lang->project->copyproject->allMessageList['execution'] = 'sprint/stage';
$lang->project->copyproject->allMessageList['doc'] = 'Doc(Doc lib)';
$lang->project->copyproject->allMessageList['task'] = 'Task';
$lang->project->copyproject->allMessageList['qa'] = 'QA(QA plan)';
$lang->project->copyproject->allMessageList['process'] = 'Process(Process tailoring)';
$lang->project->copyproject->part = 'Part info';
$lang->project->copyproject->partMessageList['base'] = 'Base info';
+12
View File
@@ -328,3 +328,15 @@ $lang->project->confirmUnlinkMember = "Do you want to remove this user from proj
$lang->project->action = new stdclass();
$lang->project->action->managed = '$date, managed by <strong>$actor</strong>. $extra' . "\n";
$lang->project->copyproject = new stdClass();
$lang->project->copyproject->all = 'All info';
$lang->project->copyproject->allextra = '(Teams and time are not duplicated)';
$lang->project->copyproject->allMessageList['base'] = 'Base info';
$lang->project->copyproject->allMessageList['execution'] = 'sprint/stage';
$lang->project->copyproject->allMessageList['doc'] = 'Doc(Doc lib)';
$lang->project->copyproject->allMessageList['task'] = 'Task';
$lang->project->copyproject->allMessageList['qa'] = 'QA(QA plan)';
$lang->project->copyproject->allMessageList['process'] = 'Process(Process tailoring)';
$lang->project->copyproject->part = 'Part info';
$lang->project->copyproject->partMessageList['base'] = 'Base info';
+12
View File
@@ -328,3 +328,15 @@ $lang->project->confirmUnlinkMember = "Do you want to remove this user from pro
$lang->project->action = new stdclass();
$lang->project->action->managed = '$date, managed by <strong>$actor</strong>. $extra' . "\n";
$lang->project->copyproject = new stdClass();
$lang->project->copyproject->all = 'All info';
$lang->project->copyproject->allextra = '(Teams and time are not duplicated)';
$lang->project->copyproject->allMessageList['base'] = 'Base info';
$lang->project->copyproject->allMessageList['execution'] = 'sprint/stage';
$lang->project->copyproject->allMessageList['doc'] = 'Doc(Doc lib)';
$lang->project->copyproject->allMessageList['task'] = 'Task';
$lang->project->copyproject->allMessageList['qa'] = 'QA(QA plan)';
$lang->project->copyproject->allMessageList['process'] = 'Process(Process tailoring)';
$lang->project->copyproject->part = 'Part info';
$lang->project->copyproject->partMessageList['base'] = 'Base info';
-1
View File
@@ -245,7 +245,6 @@
</div>
</div>
</div>
<div class='modal fade modal-scroll-inside' id='copyProjectConfirmModal'>
<div class='modal-dialog mw-900px' style="height: 360px">
<div class='modal-header'>