ab8a263674
The current flavor profile API does not properly handle clearing/reseting values on update. Some mandatory fields would return a database "cannot be Null" error. This patch raises the proper invalid option execption. Story: 2005374 Task: 33542 Change-Id: I5253c48871a8bb3bf91f82aa7791585cc4a6d529
7 lines
208 B
YAML
7 lines
208 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed the API handling of None (JSON null) on object update calls. The
|
|
API will now either clear the value from the field or will reset the value
|
|
of the field to the API default.
|