web/views/primary.py
branchstable
changeset 7780 a1d5365fefc1
parent 6931 0af44a38fe41
child 7782 40a49f4350a5
equal deleted inserted replaced
7779:3826d8480a68 7780:a1d5365fefc1
     1 # copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     1 # copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 #
     3 #
     4 # This file is part of CubicWeb.
     4 # This file is part of CubicWeb.
     5 #
     5 #
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
   394 
   394 
   395 _pvs = uicfg.primaryview_section
   395 _pvs = uicfg.primaryview_section
   396 for rtype in META_RTYPES:
   396 for rtype in META_RTYPES:
   397     _pvs.tag_subject_of(('*', rtype, '*'), 'hidden')
   397     _pvs.tag_subject_of(('*', rtype, '*'), 'hidden')
   398     _pvs.tag_object_of(('*', rtype, '*'), 'hidden')
   398     _pvs.tag_object_of(('*', rtype, '*'), 'hidden')
   399 _pvs.tag_subject_of(('*', 'require_permission', '*'), 'hidden')
       
   400 _pvs.tag_object_of(('*', 'require_permission', '*'), 'hidden')