Ticket #848 (closed defect: wontfix)
defaultCustomFields is not consistently applied
| Reported by: | FND | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.7.1 |
| Component: | core | Version: | 2.4.01 |
| Severity: | medium | Keywords: | |
| Cc: |
Description
It is currently possible to unwittingly create a tiddler which is missing the default custom fields (config.defaultCustomFields):
var tiddler = new Tiddler("Foo");
store.addTiddler(tiddler);
This is contrary to expectations, and should thus be considered a bug.
Change History
Note: See
TracTickets for help on using
tickets.
