UI: fixes pki role editing changing to default key parameter values (#20907)

* add integer-to-string helper

* rename and add test

* add role test

* finish tests

* pass options so values are only converted if the type matches

* okay lets hit it with the loose-equal instead

* add changelog
This commit is contained in:
claire bontempo
2023-05-31 15:44:22 -07:00
committed by GitHub
parent 0defa2a1e7
commit e32cf520f4
10 changed files with 135 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
export { default } from 'core/helpers/loose-equal';