Skip to content

Commit

Permalink
ILI2.4 Vereinfachung des Umgangs mit Zeit (claeis/ilivalidator#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
claeis committed Jan 10, 2023
1 parent 13c4677 commit 24823cc
Show file tree
Hide file tree
Showing 2 changed files with 1,109 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/interlis/iox_j/validator/Validator.java
Original file line number Diff line number Diff line change
Expand Up @@ -3523,7 +3523,7 @@ private void validateAttrValue(Viewable eleClass,IomObject iomObj, AttributeDef
validateGeometryType=defaultGeometryTypeValidation;
}
}

Type type0=attr.getDomain();
Type type = attr.getDomainResolvingAll();
if (type instanceof CompositionType){
int structc=iomObj.getattrvaluecount(attrName);
Expand Down
Loading

0 comments on commit 24823cc

Please sign in to comment.