app/soc/views/models/document.py
changeset 1399 5b154edd94ac
parent 1343 4ba39392c854
child 1416 6c94a1531ead
equal deleted inserted replaced
1398:e6a11f0dba68 1399:5b154edd94ac
    73     new_params['rights'] = rights
    73     new_params['rights'] = rights
    74 
    74 
    75     new_params['name'] = "Document"
    75     new_params['name'] = "Document"
    76 
    76 
    77     new_params['export_content_type'] = 'text/text'
    77     new_params['export_content_type'] = 'text/text'
       
    78     new_params['export_extension'] = '.html'
    78 
    79 
    79     new_params['no_create_raw'] = True
    80     new_params['no_create_raw'] = True
    80     new_params['no_create_with_scope'] = True
    81     new_params['no_create_with_scope'] = True
    81     new_params['no_create_with_key_fields'] = True
    82     new_params['no_create_with_key_fields'] = True
    82     new_params['no_list_raw'] = True
    83     new_params['no_list_raw'] = True