postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.85k stars 839 forks source link

Adding new rows in Bulk Edit mode causes descriptions to get out of sync #11014

Open tom-knight opened 2 years ago

tom-knight commented 2 years ago

Is there an existing issue for this?

Describe the Issue

When using Bulk Edit mode on form-data, if I add one or more new rows in the middle of the fields, when I go back to Key-Value mode my descriptions are now out of sync.

Steps To Reproduce

  1. Open a new Request tab
  2. Click Body tab
  3. Select form-data
  4. Enter two fields with keys and descriptions
    1. key: one
    2. description: desc one
    3. key: two
    4. description: desc two
  5. Click Bulk Edit
  6. Add a new row in between one: and two: called new:
  7. Click Key-Value Edit
  8. Key new has description desc two and key two has no description.
  9. Similarly, if multiple rows are added, descriptions are not shifted down.

Screenshots or Videos

No response

Operating System

Linux

Postman Version

9.20.0

Postman Platform

Postman Web

Additional Context?

No response

PetrKaterinak commented 4 months ago

It's more than 2 years and it is still not solved yet? How to add mid-keys if not in bulk edit? Always at the end and then drag&drop it one by one?