hpcc-systems / Visualization

HPCC JavaScript Framework
https://hpcc-systems.github.io/Visualization/
Other
93 stars 62 forks source link

fix(comms): correct wsdl generated services enum values #4195

Closed jeclrsg closed 5 months ago

jeclrsg commented 5 months ago

The values of enums shouldn't be modified from how they exist in the WSDL. In this case, they were being written with white space removed. For example, "Allqueries" (incorrect) instead of "All queries" (correct), which is used as values of the SuspendedFilter request parameter of WsWorkunits.WUListQueries

Checklist:

Testing: