mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
Close the open tab when a request is moved to a different collection via drag and drop, preventing the "Request no longer exists" error. Add format conversion when dragging requests between collections with different formats (.bru vs .yml). A new IPC handler parses the source file and re-serializes it in the target collection's format. Folder cross-format moves are blocked with a toast error. Co-authored-by: Chirag Chandrashekhar <cchirag85@gmail.com>
17 lines
286 B
JSON
17 lines
286 B
JSON
{
|
|
"collections": [
|
|
{
|
|
"path": "{{collectionPath}}/bru-collection",
|
|
"securityConfig": {
|
|
"jsSandboxMode": "safe"
|
|
}
|
|
},
|
|
{
|
|
"path": "{{collectionPath}}/yml-collection",
|
|
"securityConfig": {
|
|
"jsSandboxMode": "safe"
|
|
}
|
|
}
|
|
]
|
|
}
|