Skip to content

Commit

Permalink
Merge pull request #2636 from nehlsen/fix-missing-cascade-persist
Browse files Browse the repository at this point in the history
fix missing cascade merge
  • Loading branch information
dpfaffenbauer committed May 23, 2024
2 parents 953851a + f112cf6 commit 133c71e
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 133c71e

Please sign in to comment.