mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Finish option CATEGORY_EDIT_IN_POPUP_NOT_IN_MENU
This commit is contained in:
@@ -2827,7 +2827,7 @@ function dolButtonToOpenUrlInDialogPopup($name, $label, $buttonstring, $url, $di
|
||||
console.log("open popup name='.$name.'");
|
||||
},
|
||||
close: function (event, ui) {
|
||||
console.log("Popup is closed, run jsonclose='.$jsonclose.');
|
||||
console.log("Popup is closed, run jsonclose = '.$jsonclose.'");
|
||||
'.(empty($jsonclose) ? '' : $jsonclose.';').'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user