We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Get all launchers or get launcher by Id get response without created presets for launchers ("presets": null)
Steps to reproduce
Actual behavior field "presets"=null in GET response
Environment https://automation/zafira-ws/api API (back-end) version: 2
The text was updated successfully, but these errors were encountered:
Will be available in 1.535-SNAPSHOT
Sorry, something went wrong.
#2030: launcher presets field was added to launcher dozer mapper
fe80ca0
Merge pull request #2040 from qaprosoft/fix/launcher_presets
e564093
Verified in ui v.1.360-SNAPSHOT | server v.1.535-SNAPSHOT | client v.1.0-SNAPSHOT
lmikhadyuk
No branches or pull requests
Description
Get all launchers or get launcher by Id get response without created presets for launchers ("presets": null)
Steps to reproduce
send POST request to https://automation.qaprosoft.farm/zafira-ws/api/launchers
send POST request to https://automation.qaprosoft.farm/zafira-ws/api/launchers/launcherId/presets
send GET request to https://automation.qaprosoft.farm/zafira-ws/api/launchers/launcherId
and check that field "presets"= null
Actual behavior
field "presets"=null in GET response
Environment
https://automation/zafira-ws/api
API (back-end) version: 2
The text was updated successfully, but these errors were encountered: