[Mpuls-commits] r5715 - base/trunk/mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Dec 15 17:45:32 CET 2011


Author: torsten
Date: 2011-12-15 17:45:31 +0100 (Thu, 15 Dec 2011)
New Revision: 5715

Modified:
   base/trunk/mpulsweb/controllers/meta.py
Log:
After setting the permissin to sync to the server open search page to link the
case.


Modified: base/trunk/mpulsweb/controllers/meta.py
===================================================================
--- base/trunk/mpulsweb/controllers/meta.py	2011-12-15 15:40:05 UTC (rev 5714)
+++ base/trunk/mpulsweb/controllers/meta.py	2011-12-15 16:45:31 UTC (rev 5715)
@@ -135,7 +135,7 @@
             return success(header=_('Synchronisation allowed.'),
                            text=_('The sychronisation of data with the meta'
                                   ' case has succsessfully been allowed.'),
-                           url_ok=url_for(controller="/meta", action="index",
+                           url_ok=url_for(controller="/meta", action="search",
                                           id=id))
         except MetaException, ex:
             log.exception('Can not allow sync for case %s', id)



More information about the Mpuls-commits mailing list