- Issue created by @wim leers
- πΊπΈUnited States tedbow Ithaca, NY, USA
@wim leers thanks for creating this follow-up. I started an MR on the other issue to show an similar idea https://git.drupalcode.org/project/experience_builder/-/merge_requests/1270
I will move some of that work here
- @tedbow opened merge request.
- πΊπΈUnited States tedbow Ithaca, NY, USA
I pushed up the changes I had started on the other issue.
Instead of adding
AutoSaveEntity::getLiveStartingPoint()
I addedAutoSaveManager::calculateStartingPoint()
I think the starting point needs to calculated at 2 points
- In
AutoSaveManager::saveEntity()
if there is no existing auto-save entry - In \Drupal\experience_builder\Controller\AutoSaveValidateTrait::getClientAutoSaveData() there is no auto-save entry
- In