mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
N°8772 - Form compiler for collections
This commit is contained in:
@@ -49,7 +49,7 @@ class CollectionOfTrees extends AbstractProperty
|
||||
|
||||
public function ToPHPFormBlock(&$aPHPFragments = []): string
|
||||
{
|
||||
$sFormBlockClass = CollectionBlock::class;
|
||||
$sFormBlockClass = $this->oCollectionType->GetFormBlockClass();
|
||||
|
||||
$sSubTreeClass = 'SubFormFor__'.$this->sIdWithPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user