Files
vault/changelog/24339.txt
Angel Garbarino 77178c2b15 Handle show and edit views for old KV urls (#24339)
* redirect for deshow/details view

* test coverage

* not found test fix

* changelog

* test fixes and amend for create route with no secret

* handle router with no secret

* add more coverage

* Update 24339.txt

* Update secret-edit.js

* Update secret-edit.js

* restructure conditional because list-directory will never be a thing in this view

* Update secret-edit.js

* remove show for directory. that doesn't exists

* blah fix test

* fix conditional

* remove meep
2023-12-08 10:23:44 -07:00

4 lines
106 B
Plaintext

```release-note:bug
ui: Correctly handle redirects from pre 1.15.0 Kv v2 edit, create, and show urls.
```