Ignore:
Timestamp:
Jan 6, 2010 1:22:30 PM (14 years ago)
Author:
mylan
Message:

Restrict export interfaces by object to directly provided only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/interfacemanager.txt

    r1478 r1539  
    2424into consideration. If both options is absent - all interfaces will be 
    2525serialized and/or migrated. 
    26  
     26Exporter section exports only Interfaces directly provided by object, so in such 
     27way we prevent confusion with interfaces, implemented by class itself. 
    2728 
    2829>>> import pprint 
     
    7172  </record> 
    7273  <record> 
    73     Products.Archetypes.interfaces._base.IBaseObject 
     74    zope.interface.Interface 
    7475  </record> 
    7576</interfaces> 
Note: See TracChangeset for help on using the changeset viewer.