From: <sv...@ze...> - 2008-05-14 19:37:28
|
Author: jstevens Date: 2008-05-14 15:37:37 -0400 (Wed, 14 May 2008) New Revision: 9237 Modified: trunk/Products/ZenModel/ZenPackManager.py Log: fixes #3159 Modified: trunk/Products/ZenModel/ZenPackManager.py =================================================================== --- trunk/Products/ZenModel/ZenPackManager.py 2008-05-14 19:34:45 UTC (rev 9236) +++ trunk/Products/ZenModel/ZenPackManager.py 2008-05-14 19:37:37 UTC (rev 9237) @@ -46,7 +46,7 @@ default_catalog = 'zenPackNameSearch' _relations = ZenModelRM._relations + ( - ('packs', ToManyCont(ToOne, 'Products.ZenModel.ZenPack', 'root')), + ('packs', ToManyCont(ToOne, 'Products.ZenModel.ZenPack', 'manager')), ) factory_type_information = ( |