示例#1
0
文件: xreport.py 项目: c2corg/v6_api
def set_author(xreport):
    """Set the creator (the user who is an author) of the report.
    """
    set_creator_on_documents([xreport], 'author')
示例#2
0
def set_author(xreport):
    """Set the creator (the user who is an author) of the report.
    """
    set_creator_on_documents([xreport], 'author')
示例#3
0
文件: article.py 项目: c2corg/v6_api
def set_author(article):
    """Set the creator (the user who created an image) on an article.
    """
    set_creator_on_documents([article], 'author')
示例#4
0
文件: image.py 项目: millerf/v6_api
def set_creator(image):
    """Set the creator (the user who created an image) on an image.
    """
    set_creator_on_documents([image], 'creator')
示例#5
0
文件: image.py 项目: c2corg/v6_api
def set_creator(image):
    """Set the creator (the user who created an image) on an image.
    """
    set_creator_on_documents([image], 'creator')
示例#6
0
文件: article.py 项目: c2corg/v6_api
def set_author(article):
    """Set the creator (the user who created an image) on an article.
    """
    set_creator_on_documents([article], 'author')