Given an HTML form like this:
<form action='%SCRIPTURLPATH{"save"}%'>
<input type="hidden" name="templatetopic" value="YourTemplate" />
<input type="hidden" name="onlynewtopic" value="on" />
...
</form>
save
does not produce an error (an "oops") page if the specified
templatetopic
does not exist. Instead, it happily creates a page without using any template and saves it.
If
templatetopic
is specified, it should be an error if that topic cannot be found.
--
TWiki:Main/VickiBrown
- 30 Dec 2007
Confirmed. I can't think of a circumstance under which a silent failure is required. I added a unit test.
CC
Fixed in MAIN, but
not in
TWikiRelease04x02.
CC