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
sorry in advance if this has just been an oversight from my side, but how exactly are actions set for items in embedded lists? For instance, if I have an order edit page with an embedded list of products belonging to said order, each list item only has an edit action which leads to the edit page of the item itself. I, for example, would like to have a remove option that would only remove the product item from the order I'm editing, but for the love of me, I could not make anything like that work when editing the .yaml file. Am I overseeing something very simple, or is it simply not possible and I'd have to achieve that by overriding the embedded list template?
Thanks for the answer(s) in advance. If anything isn't clear, I'll gladly provide more information.
The text was updated successfully, but these errors were encountered:
Embedded list are often inserted into some forms (edit views) so they cannot have <form> themselves. Delete action must be implemented as an AJAX call in embedded lists. This could be a nice add to the extension bundle by the way.
Hello,
sorry in advance if this has just been an oversight from my side, but how exactly are actions set for items in embedded lists? For instance, if I have an order edit page with an embedded list of products belonging to said order, each list item only has an edit action which leads to the edit page of the item itself. I, for example, would like to have a remove option that would only remove the product item from the order I'm editing, but for the love of me, I could not make anything like that work when editing the .yaml file. Am I overseeing something very simple, or is it simply not possible and I'd have to achieve that by overriding the embedded list template?
Thanks for the answer(s) in advance. If anything isn't clear, I'll gladly provide more information.
The text was updated successfully, but these errors were encountered: