Changeset 1285

Show
Ignore:
Timestamp:
09/18/08 11:11:52
Author:
koval
Message:

fixed bug on installation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qSiloGroup/trunk/Extensions/Install.py

    r1239 r1285  
    107107    setupResources(self, out) 
    108108 
     109    # setup our GenericSetup profile 
     110    setup_tool = getToolByName(self, 'portal_setup') 
     111    setup_tool.runAllImportStepsFromProfile('profile-Products.qSiloGroup:qsilogroup') 
     112 
    109113    return out.getvalue() 
    110114 
  • qSiloGroup/trunk/profiles/default/portlets.xml

    r1239 r1285  
    1818        key="/" 
    1919        type="portlets.Classic" 
    20         name="portal_mysearchbox
     20        name="portlet_navigation
    2121        insert_before="*"> 
    2222        <property name="template">portlet_navigation</property>