Ticket #791 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

Changed 5 years ago by mahemoff

  • owner changed from JeremyRuston to ChrisDent
  • priority changed from undefined to major
  • component changed from core to tiddlyweb
  • summary changed from Custom fields not persisted from client adaptor plugins to TiddlyWeb Custom fields not persisted from client adaptor plugins

Changed 5 years ago by FND

  • owner changed from ChrisDent to FND
  • severity changed from undefined to medium
  • summary changed from TiddlyWeb Custom fields not persisted from client adaptor plugins to [TiddlyWeb] Custom fields not persisted from client adaptor plugins

Changed 5 years ago by mahemoff

Should be fixed in r7554.

Changed 5 years ago by FND

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.