Skip to content

Commit

Permalink
disabled natural key checks (not yet available in midpoint master)
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 16, 2024
1 parent 9a839ca commit 48520b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void visitElement(@NotNull PsiElement element) {
return;
}

List<QName> naturalKeys = def.getNaturalKeyConstituents();
List<QName> naturalKeys = null;//def.getNaturalKeyConstituents();
if (naturalKeys == null || naturalKeys.isEmpty()) {
return;
}
Expand Down

0 comments on commit 48520b7

Please sign in to comment.