-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
7.14.0, 7.13.5
-
None
-
None
// When
- In the "Set variables" batch operation, I add an integer variable
- Then, I edit the Type to be Null
// Then
- The payload is
"a": { "type": "Null", "value": 1 },
- I cannot execute the Operation: Cannot set variables: Cannot convert value '1' of type 'Null' to java type javax.lang.model.type.NullType
// Expected
- The value is set to null
// Note
This is not a regression. It is broken in the Proc. Inst. Variables Table in 7.13 as well.
I choose the Batch operation example because it shows the payload in the UI.
This is the controller panel for Smart Panels app
- is related to
-
CAM-12544 Payload not properly cleared when setting variables via batch operation
- Closed