Won't Fix
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Unassigned
UnassignedReporter
Joanna Bebak
Joanna Bebak(Deactivated)Labels
Components
Priority
Time Assistant
Time Assistant
Created December 14, 2018 at 12:29 PM
Updated February 8, 2023 at 1:28 PM
Resolved January 10, 2019 at 12:08 PM
During exploratory tests, I noticed the internal server error is returned when one tries to change a catalog item's manufacturer to null.
Reproduction steps:
Using the administrator's token, fetch the data of any catalog item with the use of the GET catalog items/id endpoint, e.g. the item's ID could be 94c6e021-0020-4af3-b789-306f2cd1dabb.
Try to change the item's manufacturer to null with the use of the PUT catalog items/id endpoint:
The 500 code and the following error message are returned:
.
Expected behavior:
The 400 code and "Bad Request" should be returned, as well as an error message stating that the manufacturer is required.