[Mpuls-commits] r2510 - wasko/branches/2.0/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 26 10:43:39 CEST 2010


Author: torsten
Date: 2010-04-26 10:43:39 +0200 (Mon, 26 Apr 2010)
New Revision: 2510

Modified:
   wasko/branches/2.0/mpulsweb/lib/validators.py
Log:
* mpulsweb/lib/validators.py (BundleActionForm): Added export keywords
to bundle validator.


Modified: wasko/branches/2.0/mpulsweb/lib/validators.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/validators.py	2010-04-26 08:39:27 UTC (rev 2509)
+++ wasko/branches/2.0/mpulsweb/lib/validators.py	2010-04-26 08:43:39 UTC (rev 2510)
@@ -598,7 +598,10 @@
                                                 'anonymize',
                                                 'restore',
                                                 'standin',
-                                                'transfer']
+                                                'transfer', 
+                                                'exportXML',
+                                                'exportCSV',
+                                                'exportXSL']
                                                ))
     case_id = ForEach(Int(), convert_to_list=True)
 



More information about the Mpuls-commits mailing list