insomnia icon indicating copy to clipboard operation
insomnia copied to clipboard

fix #5942: Retain exported ID for resource

Open adammkelly opened this issue 1 year ago • 2 comments

Closes #5942

If an imported config has references to requests via the response plugin they are dereferenced as the imported config gets all new ids.

If this has downstream consequences, please let me know.

changelog(Fixes): Added a fix to retain the id from imported resources

adammkelly avatar May 20 '23 00:05 adammkelly

It would be great to save imported ids. I've developed an import/export plugin, to be able to synchronize collections to local folder. But it stops working now, because of new IDs generation every time on import.

NickRimmer avatar Jun 28 '23 15:06 NickRimmer

@gatzjames Does anyone have bandwidth to look at this one?

adammkelly avatar Jun 28 '23 15:06 adammkelly

Any progress on this?

necessarylion avatar Sep 11 '23 13:09 necessarylion

We have several team members being affected by this.

lanegoolsby avatar Sep 12 '23 15:09 lanegoolsby

We are also depending on this fix.

bnpatel1990 avatar Sep 12 '23 18:09 bnpatel1990

Branches had drifted significantly. I have now resolved the conflicts as this appears to be blocking more people than just myself now. Here is the latest PR with the changes retested.

https://github.com/Kong/insomnia/pull/6521

adammkelly avatar Sep 17 '23 22:09 adammkelly