Skip to content

Commit

Permalink
fix missing cascade merge
Browse files Browse the repository at this point in the history
as described in coreshop#2636
  • Loading branch information
benwalch authored Jun 4, 2024
1 parent 32ecbd2 commit 27101be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</inverse-join-columns>
</join-table>
<cascade>
<cascade-persist/>
<cascade-all/>
</cascade>
<order-by>
<order-by-field name="sort" direction="ASC"/>
Expand All @@ -49,7 +49,7 @@
</inverse-join-columns>
</join-table>
<cascade>
<cascade-persist/>
<cascade-all/>
</cascade>
<order-by>
<order-by-field name="sort" direction="ASC"/>
Expand Down

0 comments on commit 27101be

Please sign in to comment.