Mercurial > p > roundup > code
diff CHANGES.txt @ 5158:63294ed25e84
issue1842687: Keywords: After creating, stay in "Create New" mode.
Added support for __redirect_to form variable to the new action. If
set the value should be a url. If __redirect_to is present, the user is
directed to the url after the new action has completed successfully.
E.G. when creating new keywords you often want to stay on the create
new keyword page rather than change to the "Edit keyword" page. Setting
__redirect_to to the new keyword creation url lets you keep adding new
keywords.
This mechanism works for any @action=new. So you could keep the user
on an "add new issue" page so they can keep adding issues one after the
other.
Also change the classic tracker keyword.item.html page to have a
checkbox (checked by default) to stay on the "new keyword" page rather
than displaying the newly created keyword item.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 22 Jul 2016 16:32:01 -0400 |
| parents | 882fa4d9bead |
| children | 6ae426092d7d |
line wrap: on
line diff
--- a/CHANGES.txt Fri Jul 22 16:10:42 2016 -0400 +++ b/CHANGES.txt Fri Jul 22 16:32:01 2016 -0400 @@ -134,6 +134,12 @@ requested the ability to put templates into subdirectories. So the issue class can accept @template=issues/item to get the html/issues/issue.item.html template. See ``doc/upgrading.txt``. +- issue1842687: Keywords: After creating, stay in "Create New" mode. + Change to classic tracker template to provide a check box (checked + by default) that keeps the user on the "Add new keyword" page after + submitting a new keyword. Usually after submission, you will see the + the page for the new keyword to allow you to change the name of the + keyword. (John Rouillard) Fixed:
