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
Attachments
Activity
| Field | Original Value | New Value |
|---|
| Description |
Trying to create DP from FN UI is working but with a displayed error - Type field cannot be empty
@Zein, this error is not appearing the first time we create the first DP, It appears when we create the following DPs by incrementing the DP code, for example from DP Code 0031 to DP code 0032 in the user interface. |
Creating Cabinet Node is showing unmarshaling return error |
| Attachment | Creating Cabinet Node is showing unmarshaling return error.jpg [ 134212 ] |
| Status | Open Bug [ 10108 ] | Dev Scheduled [ 10014 ] |
| Status | Dev Scheduled [ 10014 ] | Implementation in progress [ 10016 ] |
| Status | Implementation in progress [ 10016 ] | To Be Released [ 10400 ] |
| Status | To Be Released [ 10400 ] | Ready for QA [ 10023 ] |
| Assignee | Zein Trabelsi [ ztrabelsi ] | Mbaye Lo [ mbayel ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
1d 1h 29m | 1 | Zein Trabelsi | 08/May/26 2:42 PM | |||||
|
4s | 1 | Zein Trabelsi | 08/May/26 2:42 PM | |||||
|
6s | 1 | Zein Trabelsi | 08/May/26 2:43 PM | |||||
|
2d 16h 38m | 1 | Khaled Khalil | 11/May/26 7:21 AM |
|
Links Hierarchy |
Documentation
|
Documentation
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.