Commit 3e2a8a68 authored by Bartek Górny's avatar Bartek Górny

added missing categories; moved generics to DMSFile;

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9206 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d4619cb6
......@@ -37,7 +37,8 @@ class DMSFile:
'mode' : '' },
)
_categories = ('destination','similar','source','source_project','publication_section')
_categories = ('destination','similar','source','source_project','publication_section','classification',
'function','group','site')
# vim: shiftwidth=2
......
......@@ -31,10 +31,6 @@ class OOoDocument:
"""
_properties = (
{ 'id' : 'original_filename',
'description' : 'name of the uploaded file',
'type' : 'string',
'mode' : '' },
{ 'id' : 'original_format',
'description' : 'format of the uploaded file',
'type' : 'string',
......@@ -65,8 +61,6 @@ class OOoDocument:
'mode' : ''},
)
_categories = ('destination','similar','source','source_project','publication_section')
# vim: shiftwidth=2
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