Commit 67d2d11
fix(jsm): add required: true to serviceDeskId for create_request operation
The serviceDeskId field was missing the required attribute in the block
configuration, which allowed users to leave it blank in the UI. The JSM API
requires serviceDeskId for the create_request operation (and other operations
like get_request_types, get_customers, etc.), causing runtime failures when
not provided.
This fix adds required: true to the serviceDeskId subBlock, matching the
existing required: true on requestTypeId and enforcing the API requirement
at the UI level.
Co-authored-by: Emir Karabeg <emir-karabeg@users.noreply.github.com>1 parent 68f44b8 commit 67d2d11
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
0 commit comments