hi,
i can't find where i can change the number of characters for custom-fields.
for example:
i have a new textfield and now i want a detailed statement for this field but after about 55 characters is end.
how can i change the number to a higher level, so around 100.
thx
geri
Custom-Fields lenght
Moderators: Developer, Contributor
Re: Custom-Fields lenght
hi atrol,
only the name of the field!
thx
only the name of the field!
thx
Re: Custom-Fields lenght
Custom field names are limited to 64 characters.
You would have to change database schema to change this.
Have also a look at the filter section of "View Issues" page to see that having very long names for custom fields is questionable in terms of the current screen layout.
You would have to change database schema to change this.
Have also a look at the filter section of "View Issues" page to see that having very long names for custom fields is questionable in terms of the current screen layout.
Re: Custom-Fields lenght
hi atrol,
i use html (<br>) to have a second row in the new custom field (it looks fine for us) and at the filter section it is no problem with the length.
the only thing at filter section is that the title can't handle the html and so the <br> is plain text.
can you explain me where in the database i have to change this limit?
i have searched but can't find it.
and another question is it planed for a future release to have instead of custom-field "date" a "calendar"?
thx
geri
i use html (<br>) to have a second row in the new custom field (it looks fine for us) and at the filter section it is no problem with the length.
the only thing at filter section is that the title can't handle the html and so the <br> is plain text.
can you explain me where in the database i have to change this limit?
i have searched but can't find it.
and another question is it planed for a future release to have instead of custom-field "date" a "calendar"?
thx
geri
Re: Custom-Fields lenght
You would have to change field "name" of database table "mantis_custom_field_table"web24 wrote:can you explain me where in the database i have to change this limit?
Changing the database schema is just one step.
After that, some more minor changes might be needed.
Be aware that changing the database schema might introduce issues when upgrading to newer MantisBT versions.
The same applies to any other changes in original source code.
This is a known feature request, see https://www.mantisbt.org/bugs/view.php?id=8957web24 wrote:is it planed for a future release to have instead of custom-field "date" a "calendar"?
Re: Custom-Fields lenght
hi atrol,
thank you for your detailed answer.
we have now a shorter statement for this field so we don't need to chanche code and database.
thx
geri
thank you for your detailed answer.
we have now a shorter statement for this field so we don't need to chanche code and database.
thx
geri