Skip to content

Commit

Permalink
fix upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 25, 2023
1 parent eaa58c8 commit 7b01006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/collective/easyform/upgrades/1012.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
>

<gs:registerProfile
directory="profiles/1017"
directory="profiles/1012"
for="Products.CMFPlone.interfaces.IMigratingPloneSiteRoot"
name="1017"
name="1012"
provides="Products.GenericSetup.interfaces.EXTENSION"
title="EasyForm upgrade"
/>

<gs:upgradeSteps
destination="1017"
destination="1012"
profile="collective.easyform:default"
source="1016"
source="1011"
>

<gs:upgradeDepends
title="Add max filesize in registry"
import_profile="collective.easyform.upgrades:1017"
import_profile="collective.easyform.upgrades:1012"
/>

</gs:upgradeSteps>
Expand Down

0 comments on commit 7b01006

Please sign in to comment.