mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
Dashboard: fixed issue with subforms
SVN:trunk[2045]
This commit is contained in:
@@ -984,7 +984,7 @@ class DesignerSubFormField extends DesignerFormField
|
||||
public function Render(WebPage $oP, $sFormId, $sRenderMode='dialog')
|
||||
{
|
||||
$this->oSubForm->SetParentForm($this->oForm);
|
||||
$oSubForm->CopySubmitParams($this->oForm);
|
||||
$this->oSubForm->CopySubmitParams($this->oForm);
|
||||
|
||||
if ($sRenderMode == 'property')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user