Skip to content

Commit

Permalink
SHIBUI-2615
Browse files Browse the repository at this point in the history
Fixing issues with updating a metadata source
  • Loading branch information
chasegawa committed Sep 27, 2023
1 parent adb3454 commit 8a447a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Attribute extends AbstractAttributeExtensibleXMLObject implements o

private String friendlyName;

@OneToMany(cascade = CascadeType.ALL)
@OneToMany(cascade = {CascadeType.MERGE, CascadeType.PERSIST})
@OrderColumn
@Audited
private List<AbstractXMLObject> attributeValues = new ArrayList<>();
Expand Down

0 comments on commit 8a447a8

Please sign in to comment.