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

Labels are lost when using requests from collections #897

Closed
zahhar opened this issue May 24, 2020 · 0 comments
Closed

Labels are lost when using requests from collections #897

zahhar opened this issue May 24, 2020 · 0 comments

Comments

@zahhar
Copy link

zahhar commented May 24, 2020

Describe the bug
When request from collection is used, its label is not populated into respective form field. This leads to multiply issues with saving edited requests back to collection (duplicated entries in collection can be created, original label value gets lost, etc.)

To Reproduce

  1. Save request to collection and ensure it has a label (getWebhookInfo in my example):

Screenshot 2020-05-24 at 14 47 45

  1. Click on this request in collection to fill Request form as you usually do before starting working with saved request.

  2. Note that Label field remains empty, however, it is expected to be populated with label given earlier to request saved to Collection. This is the first issue in the flow.

Screenshot 2020-05-24 at 14 50 48

  1. OK, nevertheless, let's proceed. Now fill the Label field once again with the same value getWebhookInfo and click Save button to save request into collection.

  2. Note, that Label field in Save Request As popup is not populated, but contains default label placeholder My Request instead of getWebhookInfo value given earlier in the Request form. This is the second issue in the flow.

Screenshot 2020-05-24 at 14 55 45

Expected behavior
Label given once to request should be preserved throughout the whole lifecycle of the request.

Desktop (please complete the following information):

  • OS: MacOS
  • Browser: Safari 13.1
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

1 participant