openapi-designer icon indicating copy to clipboard operation
openapi-designer copied to clipboard

Data storage overlap

Open xylix opened this issue 7 years ago • 1 comments

When reviewing apinf/platform#2787 platform devs @matleppa and @marla-singer found an issue when trying to use multiple instances of OpenAPI designer under the same domain. They shared their data, even though user expected every "instance" of OpenAPI designer to have their own form data.

xylix avatar Jul 28 '17 08:07 xylix

Changing this from within OpenAPI designer would be quite difficult. OpenAPI designer currently has no idea about the state of the wrapper, so those different instances are actually all the same (since it's the same domain). It's much easier to have the wrapper tell designer what data to display (related: #327)

tulir avatar Jul 28 '17 12:07 tulir