misc/migration/2.46.0_Any.py
branchstable
changeset 3315 59220b704562
parent 3298 caef98aa4a98
parent 3314 cfa77453e742
child 3317 42ca81d2e805
child 3318 5b47b9f09bca
equal deleted inserted replaced
3298:caef98aa4a98 3315:59220b704562
     1 """
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
       
     8 
       
     9 
       
    10 rql('SET X value "navtop" WHERE X pkey ~= "contentnavigation.%.context", X value "header"')
       
    11 rql('SET X value "navcontenttop" WHERE X pkey ~= "contentnavigation%.context", X value "incontext"')
       
    12 rql('SET X value "navcontentbottom" WHERE X pkey ~= "contentnavigation%.context", X value "footer"')
       
    13 checkpoint()
       
    14 
       
    15 if 'require_permission' in schema:
       
    16     synchronize_rschema('require_permission')