diff options
-rw-r--r-- | doc/todo/preview_changes.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/preview_changes.mdwn b/doc/todo/preview_changes.mdwn index f927c6065..9533b993c 100644 --- a/doc/todo/preview_changes.mdwn +++ b/doc/todo/preview_changes.mdwn @@ -24,6 +24,9 @@ But: * Doing the formbuilder trick for adding a button needs the following patch. (note that this is not the only template which has its submit buttons hardcoded; is this supposed to work around something?) + * Coercing `editpage()` into showing the edit form again rather that + saving the page would be tricky and hackish to do from a module; + maybe this would better be implemented directly in `showpage`? <pre> Index: templates/editpage.tmpl |