Caiyeon / goldfish

A HashiCorp Vault UI written with VueJS and Vault native Go API
https://vault-ui.io
Mozilla Public License 2.0
2.15k stars 167 forks source link

Bug: in 'edit secret' view, any 'x' button deletes last entry #254

Closed stampycode closed 6 years ago

stampycode commented 6 years ago

Bug report:

v0.8.0

In the 'Edit Secret' view, when multiple secrets are visible, clicking the "X" button next to any line always deletes the last entry in the list, not the one that was clicked.

edit: This actually only seems to happen when the list is sorted by the Key or Value column.

Caiyeon commented 6 years ago

Can confirm, is reproducible. Will be fixed soon. Thanks for the report!