Skip to content

Commit 759ec2f

Browse files
committed
fix method name
1 parent 586269c commit 759ec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design/plone/contenttypes/upgrades/upgrades.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ def to_7031(context):
15981598
portal_types[ptype].view_methods = ["view"]
15991599

16001600

1601-
def to_7030(context):
1601+
def to_7040(context):
16021602
installOrReinstallProduct(api.portal.get(), "collective.volto.enhancedlinks")
16031603
# add behavior to modulo
16041604
portal_types = api.portal.get_tool(name="portal_types")

0 commit comments

Comments
 (0)