N°8031 - Add robustness and fix SF parameter binding being ambiguous in extensions bricks

This commit is contained in:
Stephen Abello
2024-12-19 15:13:58 +01:00
parent 42f391472b
commit f0685e33e1
2 changed files with 6 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ class ObjectController extends BrickController
protected ObjectFormHandlerHelper $oObjectFormHandlerHelper,
protected NavigationRuleHelper $oNavigationRuleHelper,
protected ContextManipulatorHelper $oContextManipulatorHelper,
protected array $aCombodoPortalInstanceConf
protected array $aCombodoPortalInstanceConf = []
)
{
ObjectBrick::InitializeSelf($this->aCombodoPortalInstanceConf);