Commit 4a60f8fd authored by Aurel's avatar Aurel

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
parent d7aab280
......@@ -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' : '' },
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment