misc/migration/3.18.0_Any.py
changeset 9477 07fc991612b0
parent 9414 d8c0784038f4
child 9543 39f981482e34
child 9589 7e4897901c64
equal deleted inserted replaced
9476:33a7db07201e 9477:07fc991612b0
   136 
   136 
   137 
   137 
   138 # all attributes perms have to be refreshed ...
   138 # all attributes perms have to be refreshed ...
   139 for rschema in schema.relations():
   139 for rschema in schema.relations():
   140     if rschema.final:
   140     if rschema.final:
   141         sync_schema_props_perms(rschema.type, syncprops=False)
   141         if rschema.type in fsschema:
       
   142             sync_schema_props_perms(rschema.type, syncprops=False, ask_confirm=False)
       
   143         else:
       
   144             print 'WARNING: attribute %s missing from fs schema' % rschema.type