snipe / snipe-it

A free open source IT asset/license management system
https://snipeitapp.com
GNU Affero General Public License v3.0
10.88k stars 3.14k forks source link

[Feature Request]: Allow administrators to make changes db filed name of Custom Filed #15423

Open kenchan0130 opened 3 weeks ago

kenchan0130 commented 3 weeks ago

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

welcome[bot] commented 3 weeks 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.

snipe commented 3 weeks ago

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.

Manage_Custom_Fields____Snipe-IT_Demo

Also none of this is particularly useful without knowing what version you're running.

kenchan0130 commented 3 weeks ago

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.

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 0006-08-31 0 54 45

I am using Version v7.0.11 - build 15044 (master).