- Issue created by @larowlan
- ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
This implements the "update" part โ just needs one added hook to implement this part.
- ๐ซ๐ฎFinland lauriii Finland
I'm not sure we should be just deleting the autosave entry when an entity is updated. I realize this is an edge case but this could still result in loss of data for the user. I think in this situation it might make sense to provide the user an option to choose if they want to continue from the autosave state of the latest revision.
- ๐ณ๐ฑNetherlands balintbrews Amsterdam, NL
wim leers โ credited balintbrews โ .
- ๐บ๐ธUnited States hooroomoo
wim leers โ credited hooroomoo โ .
- ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
@balintbrews and @hooroomoo reported the following bug:
- Add a new code component and name it โTestโ
- Add some JS code so it gets autosaved e.g.
export default function MyComponent() { return <h1>HELLO WORLD</h1> }
- Use the new โAdd to componentsโ button to make the code component external.
- Visit
/xb/xb_page/1/code-editor/code/[machineName]
to edit the component again (workaround to see the issue), update something to trigger an autosave.
Check/xb/api/config/auto-save/js_component/test
and it saysstatus: FALSE
That's another symptom of the same root cause. Confirmed through manual testing.
- ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
Given how many issues we've recently been working on in the auto-save realm, including this one and the critical ๐ Once previewed in XB an entity with no changes will still show up in "Review x changes" Active , I think it's time to carve out an explicit issue queue component for it. ๐ Create AutoSave service and HTTP API to retrieve all entities with pending changes Active introduced it, and was led by @tedbow and @larowlan, so assigning to @larowlan for review.
- ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
Nice catch on the title! ๐
- ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
I'm very glad_ I asked you to review this! ๐ You managed to avoid the content entity data loss @lauriii was worried about in #3 in an elegant way while still allowing the main issue to be fixed.
- ๐ฆ๐บAustralia larowlan ๐ฆ๐บ๐.au GMT+10
I think is ready to go now, will merge on green.
Get some rest ๐
Updating issue credits. -
larowlan โ
committed 1f31bc7e on 0.x authored by
wim leers โ
Issue #3507334 by wim leers, larowlan, balintbrews, lauriii, hooroomoo:...
-
larowlan โ
committed 1f31bc7e on 0.x authored by
wim leers โ
Automatically closed - issue fixed for 2 weeks with no activity.