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