[Erp5-report] r18057 - /erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 6 14:55:25 CET 2007
Author: aurel
Date: Thu Dec 6 14:55:23 2007
New Revision: 18057
URL: http://svn.erp5.org?rev=18057&view=rev
Log:
display archive path in properties form on catalog tool
Modified:
erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py
Modified: erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py?rev=18057&r1=18056&r2=18057&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py (original)
+++ erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py Thu Dec 6 14:55:23 2007
@@ -175,6 +175,10 @@
'mode' : '' },
{ 'id' : 'hot_reindexing_state',
'description' : 'The state of hot reindexing',
+ 'type' : 'string',
+ 'mode' : '' },
+ { 'id' : 'archive_path',
+ 'description' : 'The path of the archive which is create',
'type' : 'string',
'mode' : '' },
More information about the Erp5-report
mailing list