You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a snapshot with save as option (Snapshot > Save as)
go to snapshot list
select the new snapshot as the current clicking it on snapshot list
delete the created snapshot (and don't select any other snapshot)
close snapshot list
save the snapshot (Snapshot > Save)
The "Pedalboard snapshot saved" modal will appears, but you can inspect the response from webserver, the contend body is
false
instead of true.
So, apparently, if you delete the current snapshot, the snapshot will be deleted, but the snapshot identifier (Host.current_pedalboard_snapshot_id) won't be updated.
Expected behavior
Maybe blocking the current snapshot exclusion in frontend would be sufficient. But blocking the current snapshot exclusion from the backend enforces to avoid this inconsistency.
Details
Mod equipment: Desktop from source code running on Linux
Description
The "Pedalboard snapshot saved" modal will appears, but you can inspect the response from webserver, the contend body is
instead of
true
.So, apparently, if you delete the current snapshot, the snapshot will be deleted, but the snapshot identifier (
Host.current_pedalboard_snapshot_id
) won't be updated.Expected behavior
Maybe blocking the current snapshot exclusion in frontend would be sufficient. But blocking the current snapshot exclusion from the backend enforces to avoid this inconsistency.
Details
The text was updated successfully, but these errors were encountered: