You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File is not deleted when you edit through sonata_type_collection.
->add('portraits', "sonata_type_collection",
array(
'label' => false,
'required' => false,
'by_reference' => false,
'data_class' => null
),
array(
'edit' => 'inline',
'inline' => 'table',
'allow_add' => true,
'allow_delete' => true
)
)
The record is deleted, but the file is no.
The text was updated successfully, but these errors were encountered:
File is not deleted when you edit through sonata_type_collection.
->add('portraits', "sonata_type_collection",
array(
'label' => false,
'required' => false,
'by_reference' => false,
'data_class' => null
),
array(
'edit' => 'inline',
'inline' => 'table',
'allow_add' => true,
'allow_delete' => true
)
)
The record is deleted, but the file is no.
The text was updated successfully, but these errors were encountered: