comparison doc/customizing.txt @ 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 207b0fc82fc1
children 7fb49f0c2dad
comparison
equal deleted inserted replaced
6333:bd84f43e1d13 6334:eeddc4e03742
2194 Attempt to create a new user based on the contents of the form and then 2194 Attempt to create a new user based on the contents of the form and then
2195 log them in. 2195 log them in.
2196 2196
2197 **edit** 2197 **edit**
2198 Perform an edit of an item in the database. There are some `special form 2198 Perform an edit of an item in the database. There are some `special form
2199 variables`_ you may use. 2199 variables`_ you may use. Also you can set the ``__redirect_to`` form
2200 variable to the URL that should be displayed after the edit is succesfully
2201 completed. If you wanted to edit a sequence of issues, users etc. this
2202 could be used to display the next item in the sequence to the user.
2200 2203
2201 **new** 2204 **new**
2202 Add a new item to the database. You may use the same `special form 2205 Add a new item to the database. You may use the same `special form
2203 variables`_ as in the "edit" action. Also you can set the 2206 variables`_ as in the "edit" action. Also you can set the
2204 ``__redirect_to`` form variable to the URL that should be displayed after 2207 ``__redirect_to`` form variable to the URL that should be displayed after

Roundup Issue Tracker: http://roundup-tracker.org/