Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.3.0-beta1
-
None
Description
Sometimes you have an object that is not an IModel but only IDetachable and nest that in a CompoundPropertyModel (or a PropertyModel). The detachable is not detached because the CompoundPropertyModel and the AbstractPropertyModel explicitly check on IModel implementations, not IDetachable implementations.