Opened 11 years ago
Closed 11 years ago
#25636 closed enhancement (fixed)
Autosave callbacks
Reported by: | carldanley | Owned by: | |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Autosave | Keywords: | |
Focuses: | Cc: |
Description
When using the global autosave
function to manually call an autosave on updated content, I noticed there is no way to define a callback for *after* autosave happens; whether fail/success.
That being said, it'd be good to define a callback that we can use. Please see the attached diff.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Autosave is being updated/refactored in #25272 (early 3.8, another pair of eyes welcome). It will use heartbeat for transport, so the usual heartbeat events can be used to hook into it.