Hi,
is there any possibility to enhance size of Possible Values in custom field over 255 ?
Thanks for help!
Frank
custom field - Possible Values - size > 255 ???
Moderators: Developer, Contributor
At the moment it is not possible, however, I think someone managed to do that by changing the field from varchar to text.
Regards,
Victor
Mantis Blog
http://www.futureware.biz/
Regards,
Victor
Mantis Blog
http://www.futureware.biz/
Hi,
today i finished a possibility to have a custom field type memo. I did this by using a second table for the text values. I'm not really sure if this is the best way, but it looks similar to the way how textfields are saved for the bugs.
At the moment i try to find out, how to create a patch. This is the first time i don't use cvs to update :-)
Regards,
Tobias
today i finished a possibility to have a custom field type memo. I did this by using a second table for the text values. I'm not really sure if this is the best way, but it looks similar to the way how textfields are saved for the bugs.
At the moment i try to find out, how to create a patch. This is the first time i don't use cvs to update :-)
Regards,
Tobias
From memory the command line is as follows:
cvs diff -u
I recommend you report an issue in the bugtracker (http://bugs.mantisbt.org) and attach to it a zip. Include in the zip the following:
- The added/modified files.
- The patch (if you managed to create it).
Regards,
Victor
MantisConnect
http://www.futureware.biz/mantisconnect
cvs diff -u
I recommend you report an issue in the bugtracker (http://bugs.mantisbt.org) and attach to it a zip. Include in the zip the following:
- The added/modified files.
- The patch (if you managed to create it).
Regards,
Victor
MantisConnect
http://www.futureware.biz/mantisconnect
[quote="vboctor"]From memory the command line is as follows:
cvs diff -u
Thanks, but i get only this error message:
cvs [diff aborted]: Error reading from server cvs.sourceforge.net: 0
I tried on command line and with TortoiseCVS, with the same error. Is this a problem with sourceforge or a problem by me?
Thanks,
Tobias
cvs diff -u
Thanks, but i get only this error message:
cvs [diff aborted]: Error reading from server cvs.sourceforge.net: 0
I tried on command line and with TortoiseCVS, with the same error. Is this a problem with sourceforge or a problem by me?
Thanks,
Tobias
After lunch i tried again and it worked. I submitted the issue #6626 http://bugs.mantisbt.org/view.php?id=6626vboctor wrote: Don't waste to much time on it, just package the modified / added files in a zip and submit an issue.
Regards,
Tobias