Finish option CATEGORY_EDIT_IN_POPUP_NOT_IN_MENU

This commit is contained in:
Laurent Destailleur
2025-05-16 17:59:39 +02:00
parent d5a870869c
commit d540dd0ab7
7 changed files with 153 additions and 17 deletions

View File

@@ -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.';').'
}
});