* Code for finish task #96510.

This commit is contained in:
tianshujie
2023-07-07 15:12:45 +08:00
parent 6704bdb83b
commit fe11c26823
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ $(document).on('click', '.batch-btn', function()
const postData = new FormData();
checkedList.forEach((id) => postData.append('projectIdList[]', id));
postAndLoadPage($(this).data('url'), postData);
postAndLoadPage($(this).data('url'), postData, '', {app: 'project'});
})
/* Put the checked projects to cookie for exporting. */
+1 -1
View File
@@ -96,7 +96,7 @@ toolbar
])),
);
$footToolbar = common::hasPriv('project', 'batchEdit') ? array('items' => array(array('text' => $lang->project->edit, 'class' => 'btn batch-btn size-sm primary', 'data-url' => createLink('project', 'batchEdit')))) : null;
$footToolbar = common::hasPriv('project', 'batchEdit') ? array('items' => array(array('text' => $lang->project->edit, 'class' => 'btn batch-btn size-sm secondary', 'data-url' => createLink('project', 'batchEdit')))) : null;
dtable
(
set::cols($cols),