Ticket #848 (closed defect: wontfix)

Opened 3 years ago

Last modified 16 months ago

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

Changed 18 months ago by MartinBudden

  • milestone changed from 2.6.2 to 2.7.1

Milestone 2.6.2 deleted

Changed 16 months ago by MartinBudden

  • owner changed from JeremyRuston to MartinBudden

Changed 16 months ago by MartinBudden

  • status changed from new to closed
  • resolution set to wontfix

It is not possible to tell if this is an unwitting error, or the desired behaviour. In any case if there is an error, it's a programming error, not a user error. In general we don't protect against programming errors. So won't fix.

Note: See TracTickets for help on using tickets.