# HG changeset patch # User Sylvain Thénault # Date 1308134466 -7200 # Node ID 48398bf8a33ae5bfa35ba032a5b34a8d41e6c51e # Parent 4c043afb104ae94a343e405780d83e00de7707b0 fix 3.10 cwproperties migration diff -r 4c043afb104a -r 48398bf8a33a misc/migration/3.10.0_Any.py --- a/misc/migration/3.10.0_Any.py Tue Jun 14 22:54:25 2011 +0200 +++ b/misc/migration/3.10.0_Any.py Wed Jun 15 12:41:06 2011 +0200 @@ -32,7 +32,7 @@ # rename cwprops for boxes/contentnavigation for x in rql('Any X,XK WHERE X pkey XK, ' - 'X pkey ~= "boxes.%s" OR ' - 'X pkey ~= "contentnavigation.%s"').entities(): + 'X pkey ~= "boxes.%" OR ' + 'X pkey ~= "contentnavigation.%"').entities(): x.set_attributes(pkey=u'ctxcomponents.' + x.pkey.split('.', 1)[1])