Search found 13 matches
- 02 Mar 2012, 18:33
- Forum: Help
- Topic: Custom fields in view page
- Replies: 5
- Views: 4411
Re: Custom fields in view page
Yes, I know! I find a solution, it has been reported as bug: http://www.mantisbt.org/bugs/view.php?id=12698
- 02 Mar 2012, 16:40
- Forum: Help
- Topic: Custom fields in view page
- Replies: 5
- Views: 4411
Re: Custom fields in view page
My version is 1.2.4
- 01 Feb 2012, 08:09
- Forum: Help
- Topic: Custom fields in view page
- Replies: 5
- Views: 4411
Custom fields in view page
Hi All!
It's possible to make different views by each projects, if I want. There is a customization for the columns http://www.mantisbt.org/wiki/doku.php/mantisbt:customizing_columns_in_view_issues_page.
BUT: I want to display a custom field. I read, that custom_[custom_field_name] will be work ...
It's possible to make different views by each projects, if I want. There is a customization for the columns http://www.mantisbt.org/wiki/doku.php/mantisbt:customizing_columns_in_view_issues_page.
BUT: I want to display a custom field. I read, that custom_[custom_field_name] will be work ...
- 15 Dec 2009, 14:36
- Forum: General Discussion
- Topic: MANTIS vs. SQL2005
- Replies: 2
- Views: 3160
- 10 Dec 2009, 18:13
- Forum: General Discussion
- Topic: MANTIS vs. SQL2005
- Replies: 2
- Views: 3160
MANTIS vs. SQL2005
Hi All,
I have migrate my Mantis DB to MS SQL 2005 from MS SQL 2000.
Everything works, but in page View all bug I can't do any filtering.
I tried each custom field and status too, but I recive nothing. (respectively the same list, from I started)
My Mantis BT version is: 1.1.2
Thx,
abdzso
I have migrate my Mantis DB to MS SQL 2005 from MS SQL 2000.
Everything works, but in page View all bug I can't do any filtering.
I tried each custom field and status too, but I recive nothing. (respectively the same list, from I started)
My Mantis BT version is: 1.1.2
Thx,
abdzso
- 10 Jun 2009, 14:22
- Forum: Help
- Topic: Set notify_flags in Manage Configuration
- Replies: 2
- Views: 3111
Re: Set notify_flags in Manage Configuration
Nofify_flags can't be managed per project.
You must change the config_default_inc.php file.
After $g_notify_flags line(s) you must insert the following line:
!!X is the project_id!!!
if $t_current_project == X {
$g_notify_flags['new']['threshold_min'] = DEVELOPER;
$g_notify_flags['new ...
You must change the config_default_inc.php file.
After $g_notify_flags line(s) you must insert the following line:
!!X is the project_id!!!
if $t_current_project == X {
$g_notify_flags['new']['threshold_min'] = DEVELOPER;
$g_notify_flags['new ...
- 06 Jun 2009, 08:44
- Forum: Help
- Topic: Custom field string is too short
- Replies: 3
- Views: 2834
Re: Custom field string is too short
But yes, it has!
But I found here the solution:
In mantis_custum_field_table the possible_value field from 255 char must change to text, and in php you must delete the maxvalue 255 lenght.
But I found here the solution:
In mantis_custum_field_table the possible_value field from 255 char must change to text, and in php you must delete the maxvalue 255 lenght.
- 05 Jun 2009, 09:09
- Forum: Customizations
- Topic: How to add Complex configuration options
- Replies: 3
- Views: 4800
Re: How to add Complex configuration options
I had this problem too and I change the values in database too, and it works.
You can modify it by configuration administration form, but in the database there will be put by Value 2.
You can modify it by configuration administration form, but in the database there will be put by Value 2.
- 05 Jun 2009, 07:40
- Forum: Help
- Topic: Custom field string is too short
- Replies: 3
- Views: 2834
Custom field string is too short
Hi All,
I have a problem.
I create an Enumeration list. By default, the value of the string can be max. 255 character lenght string.
How can I increase this lenght? Can I?
Thanks,
Zsolt
I have a problem.
I create an Enumeration list. By default, the value of the string can be max. 255 character lenght string.
How can I increase this lenght? Can I?
Thanks,
Zsolt
- 05 Jun 2009, 07:27
- Forum: Help
- Topic: Date field too short
- Replies: 1
- Views: 2065
Date field too short
Hi All,
I have a problem.
If I choose custom field - date type, and I report a bug with this custom field, I can't choose only 2009, just the actualy year of the current date.
Can I setup it anywhere, that I could choose etw. 2007, 1999 or whatever?
Thanks for the answer!
Zsolt
I have a problem.
If I choose custom field - date type, and I report a bug with this custom field, I can't choose only 2009, just the actualy year of the current date.
Can I setup it anywhere, that I could choose etw. 2007, 1999 or whatever?
Thanks for the answer!
Zsolt
- 21 May 2009, 13:58
- Forum: Help
- Topic: Email sending doesn't work in every status changing
- Replies: 6
- Views: 5164
Re: Email sending doesn't work in every status changing
Yes, my problem is still active! 
Anyone knows, what the problem is? Or do I wrong something?
Anyone knows, what the problem is? Or do I wrong something?
- 11 Mar 2008, 08:36
- Forum: Help
- Topic: Email sending doesn't work in every status changing
- Replies: 6
- Views: 5164
Re: Email sending doesn't work in every status changing
Hi,
Thank you for the answer, but theese configuration are good.
In Mantis, you can define different mail notification for each projects. I made this. I have 3 projects, and one of them is set to send e-mail for ALL status changing. However, I don't recive emails in some status changing.
Thank you for the answer, but theese configuration are good.
In Mantis, you can define different mail notification for each projects. I made this. I have 3 projects, and one of them is set to send e-mail for ALL status changing. However, I don't recive emails in some status changing.
- 10 Mar 2008, 09:15
- Forum: Help
- Topic: Email sending doesn't work in every status changing
- Replies: 6
- Views: 5164
Email sending doesn't work in every status changing
Dear All!
I have a problem.
I want to send emails on every status changing, but in some issues, the message sending don't works.
Where can I set theese params?
And my other question is, that how can I define the size of the mail body? (cause I have mails, that is trunklated, I think, theese sizes ...
I have a problem.
I want to send emails on every status changing, but in some issues, the message sending don't works.
Where can I set theese params?
And my other question is, that how can I define the size of the mail body? (cause I have mails, that is trunklated, I think, theese sizes ...