Ticket #913 (closed defect: duplicate)
overwriting existing tiddlers retains the wrong set of extended fields
| Reported by: | FND | Owned by: | FND |
|---|---|---|---|
| Priority: | major | Milestone: | 2.5.1 |
| Component: | core | Version: | |
| Severity: | high | Keywords: | |
| Cc: |
Description
When renaming a tiddler to match the name of (and thus overwrite) an existing tiddler, the old tiddler's extended fields are retained.
Example:
Foo has fields { foo: "lorem" } , Bar has fields { bar: "ipsum" }
renaming Foo to Bar (confirming the overwrite warning) results in tiddler Bar with fields { bar: "ipsum" } instead of the expected { foo: "lorem" }
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

