hashi-ui icon indicating copy to clipboard operation
hashi-ui copied to clipboard

Delete folder in kv deletes all sibling folders having the same prefix

Open Sushobhan123 opened this issue 6 years ago • 1 comments

In Consul KV, suppose there 2 folders:

  • test
  • test2

Now, if the folder 'test' is deleted (steps provided below), it will also delete the folder 'test2'. Steps to reproduce:

  • Go to Consul KV
  • Create 2 folders: 'test' and 'test2'
  • Click on 'test' and then on the 'DELETE FOLDER' button on the top-right corner.
  • Click on 'YES, DELETE THE FOLDER'.

This will delete both the folders 'test' and 'test2', and any other sibling folder whose name starts with 'test'.

Sushobhan123 avatar Jan 15 '19 10:01 Sushobhan123

Thanks for the bug report and nice reproducible steps

jippi avatar Jan 15 '19 12:01 jippi