View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0024327 | mantisbt | api soap | public | 2018-04-18 23:48 | 2018-04-19 05:05 |
| Reporter | Ruzhelovich Vladimir | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | acknowledged | Resolution | open | ||
| Platform | 2.8.0 | OS | Ubuntu | OS Version | 16.04.3 LTS |
| Product Version | 2.12.0 | ||||
| Summary | 0024327: "handler" attribute is mandatory in mantisconnect.wsdl, but the system does not enforce it | ||||
| Description | the "handler" attribute (handler_id) is described as mandatory in the mantisconnect.wsdl file, although this field is not mandatory in the system I suggest either returning either "-1" or empty to make this field optional. | ||||
| Additional Information |
| ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
the "handler_id" attribute is described as mandatory in the mantisconnect.wsdl file, although this field in the system is not mandatory |
|
|
The problem is connected with the line:
|
|
|
In our configuration, I changed this line to: <xsd: element name = "handler" type = "xsd: integer" nillable = "true" /> |
|
|
no, it does not work |
|