web/views/schema.py
changeset 5235 3a92e6d92a64
parent 5234 e2476d78b060
child 5236 13296aa038a9
equal deleted inserted replaced
5234:e2476d78b060 5235:3a92e6d92a64
    42 
    42 
    43 _pvs.tag_object_of(('Workflow', 'workflow_of', 'CWEType'), 'hidden')
    43 _pvs.tag_object_of(('Workflow', 'workflow_of', 'CWEType'), 'hidden')
    44 _pvs.tag_subject_of(('CWEType', 'default_workflow', 'Workflow'), 'hidden')
    44 _pvs.tag_subject_of(('CWEType', 'default_workflow', 'Workflow'), 'hidden')
    45 
    45 
    46 _pvs.tag_object_of(('*', 'relation_type', 'CWRType'), 'hidden')
    46 _pvs.tag_object_of(('*', 'relation_type', 'CWRType'), 'hidden')
    47 
       
    48 
    47 
    49 class SecurityViewMixIn(object):
    48 class SecurityViewMixIn(object):
    50     """mixin providing methods to display security information for a entity,
    49     """mixin providing methods to display security information for a entity,
    51     relation or relation definition schema
    50     relation or relation definition schema
    52     """
    51     """