Skip to content

Commit

Permalink
Move redirect_links to the registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
esteele authored and pbauer committed Sep 19, 2015
1 parent e442ca2 commit c5d81a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plone/app/upgrade/v50/betas.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@ def to50rc3(context):
properties_to_migrate = ['external_links_open_new_window',
'mark_special_links',
'calendar_starting_year',
'calendar_future_years_available']
'calendar_future_years_available',
'redirect_links']
for p in properties_to_migrate:
if site_properties.hasProperty(p):
value = site_properties.getProperty(p)
Expand Down

0 comments on commit c5d81a1

Please sign in to comment.