# HG changeset patch # User John Rouillard # Date 1615410518 18000 # Node ID eeddc4e0374223525fb9b1c684927def2a561345 # Parent bd84f43e1d133ae2bb879292b0109be198a22746 Documented possible use of __redirect_to for edit function. diff -r bd84f43e1d13 -r eeddc4e03742 doc/customizing.txt --- 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