Skip to content

Commit 86925c0

Browse files
committed
Documented possible use of __redirect_to for edit function.
1 parent f6f450f commit 86925c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/customizing.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2196,7 +2196,10 @@ of:
21962196

21972197
**edit**
21982198
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.
22002203

22012204
**new**
22022205
Add a new item to the database. You may use the same `special form

0 commit comments

Comments
 (0)