* Fix bug for batch unlink stakeholder.

This commit is contained in:
daitingting
2023-11-15 08:36:12 +00:00
parent 4b23932fd7
commit 6f101a7622
2 changed files with 13 additions and 19 deletions
+1 -2
View File
@@ -95,8 +95,7 @@ dtable
'items' => array(array
(
'text' => $lang->unlink,
'class' => 'btn secondary toolbar-item batch-btn size-sm ajax-submit',
'onClick' => jsRaw('onClickBatchUnlink'),
'class' => 'btn primary batch-unlink',
'data-url' => createLink('program', 'batchUnlinkStakeholders', "programID={$programID}")
))
))