Beispiel #1
0
def set_author(xreport):
    """Set the creator (the user who is an author) of the report.
    """
    set_creator_on_documents([xreport], 'author')
Beispiel #2
0
def set_author(xreport):
    """Set the creator (the user who is an author) of the report.
    """
    set_creator_on_documents([xreport], 'author')
Beispiel #3
0
def set_author(article):
    """Set the creator (the user who created an image) on an article.
    """
    set_creator_on_documents([article], 'author')
Beispiel #4
0
def set_creator(image):
    """Set the creator (the user who created an image) on an image.
    """
    set_creator_on_documents([image], 'creator')
Beispiel #5
0
def set_creator(image):
    """Set the creator (the user who created an image) on an image.
    """
    set_creator_on_documents([image], 'creator')
Beispiel #6
0
def set_author(article):
    """Set the creator (the user who created an image) on an article.
    """
    set_creator_on_documents([article], 'author')