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

A bit more information.

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.