Open kenchan0130 opened 3 months ago
π Thanks for opening your first issue here! If you're reporting a π bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
you will need the code, code is required, which is a hassle.
I don't know what you mean by code here. We show you the field name in the custom fields section.
Also none of this is particularly useful without knowing what version you're running.
I don't know what you mean by code here. We show you the field name in the custom fields section.
I am sorry. I meant to indicate DB field name.
I am using Version v7.0.11 - build 15044 (master)
.
Is your feature request related to a problem? Please describe.
Currently, the Custom Filed code is automatically generated from the field name. The first problem is the code is
_snipeit__11
for non-ASCII languages. As a use case, if an error occurs when importing from CSV, the code is displayed as an error, but there is a problem of not knowing which filed it is.Also, when adding a value to a custom field from the API, even if the field name is the same, the code will change, so if someone deletes and adds a custom field with the same name, you will need the code, code is required, which is a hassle.
Describe the solution you'd like
Allow administrators to make changes code of Custom Filed.
Describe alternatives you've considered
Tell admin members not to use English in field names and not to implement field additions and deletions
Additional context
No response