* Code for finish task #96510.
This commit is contained in:
@@ -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. */
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user