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
The documentation should define when the onsave callbacks are run - before or after actually sending the pending items. Current outbox implementation runs all onsave plugins after the outbox items were sent and the local store is updated:
The text was updated successfully, but these errors were encountered:
tomaszn
changed the title
'onsave' plugin callbacks are run after synchronization and update are finished
ambiguous documentation for 'onsave' plugin callbacks
Nov 17, 2017
For version 1.2, I renamed this hook to "onsync" and updated the documentation. As the new name reflects, it always runs after the item is sent to the server.
The documentation should define when the
onsave
callbacks are run - before or after actually sending the pending items. Current outbox implementation runs allonsave
plugins after the outbox items were sent and the local store is updated:wq.app/js/wq/app.js
Lines 1393 to 1397 in 463c99a
The text was updated successfully, but these errors were encountered: