-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1 EE SP5 (5.1.8), 5.2 EE SP5 (5.2.9) , 6.0 EE (6.0.10)
-
Fix Version/s: 5.1 EE SP6 (5.1.9), 5.2 EE SP6 (5.2.10), 6.0 EE SP1 (6.0.11)
-
Component/s: Legacy Components > API
-
Labels:None
The clone() and toEscapedModel() methods in model wrapper classes returns the wrong object. They currently return the model object when it should return the model wrapper object.
For example, UserWrapper.clone() will return a User object. However, it should return a UserWrapper object.
- is related to
-
LPS-14004 Model wrappers returning wrong object for clone and toEscapedModel
- Closed