From 4a60f8fdfa4c0b7005972d275bb4dc4d807565ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Thu, 6 Dec 2007 13:55:23 +0000 Subject: [PATCH] display archive path in properties form on catalog tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18057 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ZSQLCatalog/ZSQLCatalog.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/product/ZSQLCatalog/ZSQLCatalog.py b/product/ZSQLCatalog/ZSQLCatalog.py index 3a454402d1..e0a0332116 100644 --- a/product/ZSQLCatalog/ZSQLCatalog.py +++ b/product/ZSQLCatalog/ZSQLCatalog.py @@ -177,6 +177,10 @@ class ZCatalog(Folder, Persistent, Implicit): 'description' : 'The state of hot reindexing', 'type' : 'string', 'mode' : '' }, + { 'id' : 'archive_path', + 'description' : 'The path of the archive which is create', + 'type' : 'string', + 'mode' : '' }, ) -- 2.30.9