Details
-
Type:
Bug
-
Status:
Ready for QA
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: UA 4.0.0.10
-
Fix Version/s: UA 4.0.0.10
-
Component/s: FN
-
Labels:
-
Customer:OMAN-Tel
Description
Creating Cabinet Node is showing unmarshaling return error
Fix getLightFnObjectById sending wrong type value to NEP : OspParentType.toString() returns display values ("Cabinet", "Optical Splitter") which Spring MVC on the NEP server cannot parse, causing HTTP 400.
Changed to type.name() to send the enum constant name ("CABINET", "OPTICALSPLITTER"),consistent with how getLightFnObjectByName already works.