0
如何限制類型爲「sonata_type_collection」的嵌入表單的數量?索納塔管理員表單集合
$formMapper->add('phones', 'sonata_type_collection',
array(
'required' => true,
'by_reference' => false,
'label' => 'Phones',
),
array(
'edit' => 'inline',
'inline' => 'table'
)
我想限制的最後五個電話,我發現只有這個解決方案就目前而言,限制在模板樹枝「edit_orm_one_to_many」顯示,但我不喜歡這樣。