jippi/hashi-ui

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

Open

#427 建立於 2019年1月15日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (1,235 star) (157 fork)batch import
bughelp wanted

描述

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'.

貢獻者指南

Delete folder in kv deletes all sibling folders having the same prefix · jippi/hashi-ui#427 | Good First Issue