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

bojanz’s picture

Category: feature » bug

Yes, that should work right now.
If it doesn't, then it's a bug.

TelFiRE’s picture

It 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.

bojanz’s picture

Status: Active » Closed (cannot reproduce)

Works fine for me. Reopen if you can still reproduce the bug.

haver’s picture

Version: 7.x-1.x-dev » 7.x-1.2
Status: Closed (cannot reproduce) » Active

I 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.

bojanz’s picture

Status: Active » Closed (works as designed)

That'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.