Ticket #1242 (closed defect: wontfix)
Possible to create whitespace tiddler titles
| Reported by: | jdlrobson | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.6.2 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description
This only concerns plugins. If a plugin for instance tries to save a tiddler with whitespace in the name and nothing else.
eg. store.saveTiddler(' ', ' ','hello world','boo', new Date(),[],config.defaultCustomFields); autoSaveChanges([store.getTiddler(" ")])
The tiddler gets added to the store and saved, however does not appear in the timeline. However it is part of the document.
It is a little confusing and nothing major, but I think it might be useful to disallow names with nothing other than whitespace.
Change History
Note: See
TracTickets for help on using
tickets.
