Re: [mantisbt-help] How to customize a custom field default value correctly

2014-02-11 Thread KM
AM Subject: Re: [mantisbt-help] How to customize a custom field default value correctly Your request is not 100% clear. Nevertheless, it sounds like you may want to override custom_function_default_issue_create_notify() See docs for details http://www.mantisbt.org/docs/master-1.2.

Re: [mantisbt-help] How to customize a custom field default value correctly

2014-02-11 Thread Damien Regad
Your request is not 100% clear. Nevertheless, it sounds like you may want to override custom_function_default_issue_create_notify() See docs for details http://www.mantisbt.org/docs/master-1.2.x/en/administration_guide/admin.customize.customfuncs.html --- This email is free from viruses and mal

Re: [mantisbt-help] How to customize a custom field default value correctly

2014-02-11 Thread KM
Sent: Tuesday, February 11, 2014 9:52 AM Subject: [mantisbt-help] How to customize a custom field default value correctly I have inherited a system that has a custom field "Product Release".  Currently they have added code to the bug report page(s) to default this field to the c

[mantisbt-help] How to customize a custom field default value correctly

2014-02-11 Thread KM
I have inherited a system that has a custom field "Product Release".  Currently they have added code to the bug report page(s) to default this field to the current project that it is being created in.  This way the original product version is maintained if the issue is moved to other projects.