Further to this issue (regarding auto-saving new product variations when the main save button is clicked at the bottom): http://drupal.org/node/1489436, I think this should also apply when the user has clicked edit and made some changes to an existing product variation. Seems inconsistent not to do this, no?
Comments
Comment #1
bojanz commentedYes, that should work right now.
If it doesn't, then it's a bug.
Comment #2
TelFiRE commentedIt doesn't work that way on any site I've done with commerce. It's always been a frustration. Through many versions. So I guess it is a very long-standing bug. Unless this is an option or configuration issue I'm not aware of.
Comment #3
bojanz commentedWorks fine for me. Reopen if you can still reproduce the bug.
Comment #4
haver commentedI have the same issue - when i click on 'save variation' (save node) button to submit inline form,
the entity is not saving until i push the main save button on the bottom for parent node.
I use the Entity Reference field referencing from one node bundle to another.
Comment #5
bojanz commentedThat's by design.
The inline entity is considered a part of the main one, so all changes are staged and "committed" when the main entity is saved.