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
So the problem is the DCG and Contao, both need a handler which 1. detect we have to change something and 2. make a change in the name.
Who can tell me the answer for the first and who can tell me what do to for the second point. The MCW, all the time? I don't think so. Maybe we should make a event for this? I don't want to rewrite all the time this part, because something change. With an event the DCG or other drivers can handle this by her own.
You do not must create an event for this. The container input name can manipulate in the CreateWidgetEvent . I think mcw is the right place for get the input name in edit override all mode.
MCW is a third party extension. Therefore it should support the DCG completely. And not the DCG a third party extension. The handling of override/edit all has not and will not change since it was implemented. Before the MCW change to a bundle it worked.
You detect here https://github.com/menatwork/contao-multicolumnwizard-bundle/blob/master/src/EventListener/Contao/ExecutePostActions.php#L92 for editAll.
I think this for DC_Table.
Can you please support the dc-general as well?
Here a example i detect the multiple handler is in the right edit view:
Here is the post value how mcw becomes by the action mcwCreateNewRow.
The text was updated successfully, but these errors were encountered: