Ignore:
Timestamp:
7 Jul 2015, 05:36:46 (9 years ago)
Author:
Henrik Bettermann
Message:

A bit more information.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/documents
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/documents/batching.py

    r13144 r13145  
    4747    corresponds with the processor chosen. This is to avoid accidentally
    4848    wrong imports.
     49
     50    Document processors do not import workflow states or transitions which
     51    means, all imported documents will be unpublished after batch creation.
     52    In other words, publishing can't be done by import, it has do be done
     53    via the UI.
    4954    """
    5055    grok.implements(IBatchProcessor)
  • main/waeup.kofa/trunk/src/waeup/kofa/documents/interfaces.py

    r13144 r13145  
    3939    state = Attribute('Workflow state of a document')
    4040    class_name = Attribute('Name of the document class')
    41 
    4241    local_roles = Attribute('List of local role names')
    4342    translated_class_name = Attribute('Translatable class name of a document')
Note: See TracChangeset for help on using the changeset viewer.