Skip to content

Commit

Permalink
run content import on site upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard Weis committed Apr 2, 2015
1 parent 1d288d3 commit 2d84d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/bccvl/site/setuphandlers.py
Expand Up @@ -619,6 +619,7 @@ def upgrade_170_180_1(context, logger=None):
setup = getToolByName(context, 'portal_setup')
setup.runImportStepFromProfile(PROFILE_ID, 'plone.app.registry')
setup.runImportStepFromProfile(PROFILE_ID, 'typeinfo')
setup.runImportStepFromProfile(PROFILE_ID, 'org.bccvl.site.content')

# migrate rdf metadata
pc = getToolByName(context, 'portal_catalog')
Expand Down

0 comments on commit 2d84d16

Please sign in to comment.