Problem/Motivation

Split from #2859042: Impossible to update an entity revision if the field value you are updating matches the default revision. (comment 20)

I think it would be nice if we introduce a new method - loadOriginalEntity(EntityInteface $entity) and define on the interface what exactly is loaded in each scenario i.e.

saving a non-default revision - original will be the revision we're currently using
saving a default revision - original will be the newest default revision

Comments

acbramley created an issue. See original summary.

catch’s picture

Status: Active » Closed (duplicate)