Skip to content
New issue

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

Get all launchers (or get launcher by Id) get response without launchers presets #2030

Closed
khsboris opened this issue Feb 7, 2020 · 2 comments
Assignees

Comments

@khsboris
Copy link

khsboris commented Feb 7, 2020

Description
Get all launchers or get launcher by Id get response without created presets for launchers ("presets": null)

Steps to reproduce

  1. authorize in Zafira API
  2. Get jobId
  3. Create new launcher
    send POST request to https://automation.qaprosoft.farm/zafira-ws/api/launchers
  4. Create preset
    send POST request to https://automation.qaprosoft.farm/zafira-ws/api/launchers/launcherId/presets
  5. Get launcher by id (get all launchers)
    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

@brutskov
Copy link
Contributor

Will be available in 1.535-SNAPSHOT

@brutskov brutskov assigned lmikhadyuk and unassigned brutskov Feb 14, 2020
tsvrko added a commit that referenced this issue Feb 14, 2020
#2030: launcher presets field was added to launcher dozer mapper
@lmikhadyuk
Copy link

Verified in ui v.1.360-SNAPSHOT | server v.1.535-SNAPSHOT | client v.1.0-SNAPSHOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants