Fix not found error when editing keyvals
Open
bug
good first issue
good second issue
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 4
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 12
Description
Keyvals are a key and a value. If someone mistypes the key, editing the key with the edit form gives the "not found" error because it tries to edit a non-existent keyval with the new key. Instead, we should disallow changing the key of the keyval from the edit menu. You might want to add another label/unchangable text component to AdminForm to do this. (Unless you want a fancier fix where the old keyval is deleted and a new one created in it's place with the new key.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.