[interchange: 1/2] Added line missed on 20100410 commit to allow selection of return route after adding new item via fl
Greg Hanson <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 48a132473535a41f82a073b2339eab7169d4ce08 Author: Greg Hanson <[email protected]> Date: Mon May 3 22:46:56 2010 -0400 Added line missed on 20100410 commit to allow selection of return route after adding new item via flex_editor dist/lib/UI/pages/admin/flex_editor.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/dist/lib/UI/pages/admin/flex_editor.html b/dist/lib/UI/pages/admin/flex_editor.html index c88041c..d1ac600 100644 --- a/dist/lib/UI/pages/admin/flex_editor.html +++ b/dist/lib/UI/pages/admin/flex_editor.html @@ -3,7 +3,7 @@ [calc] if($CGI->{mv_return_table}) { $CGI->{mv_data_table} = delete $CGI->{mv_return_table}; - $CGI->{ui_return_to} = 'admin/flex_select'; + $CGI->{ui_return_to} = $CGI->{mv_nextpage} || 'admin/flex_select'; } return; [/calc]