Ticket #686 (closed defect: fixed)
story.refreshAllTiddlers doesn't check if a Tiddler is being edited
| Reported by: | psd | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.1 |
| Component: | core | Version: | 2.3.00 |
| Severity: | medium | Keywords: | |
| Cc: |
Description
in RippleRap?, the function story.refreshAllTiddlers is periodically called from MartinBudden?'s ImportWorkspaceAdaptor? via a timer.
Unfortunately, even though "force" is false, this still results in a tiddler which is being edited, being replaced with the content from the story.
Our work-round is to override the core function to not refresh tiddlers with the string "edit" in the template name.
Seems the core should do something similar.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

