Ticket #791 (closed defect: fixed)
[TiddlyWeb] Custom fields not persisted from client adaptor plugins
| Reported by: | mahemoff | Owned by: | FND |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | tiddlyweb | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
The comments plugin I've been working on works locally, but is failing with TiddlyWebAutoSavePlugin? and TiddlyWebAdaptorPlugin?. It looks like custom fields aren't being persisted - TiddlyWebAadaptor?.prototype.putTiddler's payload declaration doesn't include them:
payload = {
title: tiddler.title, text: tiddler.text, modifier: tiddler.modifier, tags: tiddler.tags, revision: tiddlerserver.page.revision?
};
Firebug's Net tab confirms the fields aren't being uploaded.
It may also be the case that the tiddlyweb server wouldn't accept them if they were uploaded; I suspect it would do, but I haven't checked.
Change History
Note: See
TracTickets for help on using
tickets.
