N°8772 - "generic" form controller

This commit is contained in:
Eric Espie
2025-12-04 14:57:28 +01:00
parent af8fb733fb
commit e092f87ae9

View File

@@ -62,7 +62,7 @@ class TurboFormUIBlockFactory extends AbstractUIBlockFactory
$oForm = $oBuilder->getForm();
$oTurboForm = new TurboForm($oForm->createView(), $sId);
$oTurboForm->SetAction(utils::GetAbsoluteUrlAppRoot()."pages/UI.php?route=forms.dashlet_configuration&dashlet_code=$sDashletId");
$oTurboForm->SetAction(utils::GetAbsoluteUrlAppRoot().'pages/UI.php?route=forms.dashlet_configuration&dashlet_code='.urlencode($sDashletId));
return $oTurboForm;
}