N°6223 - Linkset modal edition: set extkey to host object read-only

This commit is contained in:
Stephen Abello
2023-04-21 17:00:33 +02:00
parent f67544bb8a
commit 0404727fc9
3 changed files with 52 additions and 19 deletions

View File

@@ -242,6 +242,8 @@ JS
// Prepare web page (should more likely be some kind of response object like for Symfony)
$aFormExtraParams = array('wizard_container' => 1);
FormHelper::UpdateFlagsFromContext($oObj, $aFormExtraParams);
if ($this->IsHandlingXmlHttpRequest()) {
$oPage = new AjaxPage('');
$aFormExtraParams['js_handlers'] = [];