Mercurial > p > roundup > code
changeset 6334:eeddc4e03742
Documented possible use of __redirect_to for edit function.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 10 Mar 2021 16:08:38 -0500 |
| parents | bd84f43e1d13 |
| children | 09678e50018c |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Wed Mar 10 10:35:22 2021 -0500 +++ b/doc/customizing.txt Wed Mar 10 16:08:38 2021 -0500 @@ -2196,7 +2196,10 @@ **edit** Perform an edit of an item in the database. There are some `special form - variables`_ you may use. + variables`_ you may use. Also you can set the ``__redirect_to`` form + variable to the URL that should be displayed after the edit is succesfully + completed. If you wanted to edit a sequence of issues, users etc. this + could be used to display the next item in the sequence to the user. **new** Add a new item to the database. You may use the same `special form
