Skip to content
Snippets Groups Projects

SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...

Closed Artur Pedziwilk requested to merge RP-3782-add-docker-desktop-quickstart into 20.10.x
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -99,6 +99,7 @@ public final class EntityTypeBO extends AbstractBusinessObject implements IEntit
typePE.setCode(entityType.getCode());
typePE.setDescription(entityType.getDescription());
typePE.setValidationScript(getValidationScriptPE(entityType));
typePE.setManagedInternally(entityType.isManagedInternally());
return typePE;
}
Loading