mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
This commit is contained in:
@@ -12309,9 +12309,9 @@ function dolGetButtonAction($label, $text = '', $actionType = 'default', $url =
|
||||
$text = $button['text'] ?? '';
|
||||
$actionType = $button['actionType'] ?? '';
|
||||
$tmpUrl = DOL_URL_ROOT.$button['url'].(empty($params['backtopage']) ? '' : '&backtopage='.urlencode($params['backtopage']));
|
||||
$id = $button['$id'] ?? '';
|
||||
$id = $button['id'] ?? '';
|
||||
$userRight = $button['perm'] ?? 1;
|
||||
$params = $button['$params'] ?? [];
|
||||
$params = $button['params'] ?? [];
|
||||
|
||||
$out .= dolGetButtonAction($label, $text, $actionType, $tmpUrl, $id, $userRight, $params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user