src/pyams_content/shared/common/manager.py
changeset 531 288ab38cdb56
parent 501 3407e6940f6a
child 616 ec087f6b3b9a
equal deleted inserted replaced
530:8e6fcde3cb95 531:288ab38cdb56
    56     contributors = RolePrincipalsFieldProperty(ISharedToolRoles['contributors'])
    56     contributors = RolePrincipalsFieldProperty(ISharedToolRoles['contributors'])
    57 
    57 
    58     title = FieldProperty(IBaseSharedTool['title'])
    58     title = FieldProperty(IBaseSharedTool['title'])
    59     short_name = FieldProperty(IBaseSharedTool['short_name'])
    59     short_name = FieldProperty(IBaseSharedTool['short_name'])
    60 
    60 
       
    61     shared_content_menu = True
    61     shared_content_workflow = FieldProperty(IBaseSharedTool['shared_content_workflow'])
    62     shared_content_workflow = FieldProperty(IBaseSharedTool['shared_content_workflow'])
    62 
    63 
    63 
    64 
    64 @implementer(ISharedTool)
    65 @implementer(ISharedTool)
    65 class SharedTool(Folder, BaseSharedTool):
    66 class SharedTool(Folder, BaseSharedTool):