Details
-
Type:
Enhancement
-
Status: Closed
-
Priority:
TBD
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: Core 2.3.0, Core 2.4.0
-
Component/s: None
-
Labels:None
-
Complexity:Undetermined
Description
In 2.3 we needed to add a slight hack to remove the not-null constraint from Person when testing:
We should make the class to remove not null constraints public so that extending classes can reference it.