Search found 6 matches

by obriend
06 Oct 2006, 14:07
Forum: Help
Topic: Getting Status of the issue in subject line in emails
Replies: 7
Views: 7624

Sorry, I forgot the line to convert the id to its text value. When I went looking to get that line for you I discoverd my logic to convert to text and concat it with the email subject was slightly flawed. I made some changes to my code and you should do the same. Your code should now look like this ...
by obriend
06 Oct 2006, 02:52
Forum: Help
Topic: Custom enumeration populated with user list
Replies: 1
Views: 2895

Custom enumeration populated with user list

I would like to create a new custom enumeration that has the same list of users as the assigned to enum.

Can this be done with a variable in the Possible Values field when configuring the custom field?
by obriend
06 Oct 2006, 02:47
Forum: Help
Topic: Add custom field column to View Issues screen
Replies: 8
Views: 13940

Thanks for the help, that was perfect.
by obriend
05 Oct 2006, 21:06
Forum: Help
Topic: Add custom field column to View Issues screen
Replies: 8
Views: 13940

Add custom field column to View Issues screen

I would like to add a column to the View Issues result table on view_all_bug_page.php. I already added the reporter data by modifying the function below. Can anyone tell me what needs to be in place of 'MY CUSTOM FIELD' in order to show the data from a custom enumeration field?


function custom ...
by obriend
05 Oct 2006, 21:01
Forum: Help
Topic: Getting Status of the issue in subject line in emails
Replies: 7
Views: 7624

You are looking in the correct file to make the edit. In function email_bug_info_to_one_user() change the following line:

# build subject
$t_subject = '['.$p_visible_bug_data['email_project'].' '.bug_format_id( $p_visible_bug_data['email_bug'] ).']: '.$p_visible_bug_data['email_summary'];

to

$t ...
by obriend
10 Nov 2005, 20:14
Forum: Help
Topic: custom_function_override - error_handler
Replies: 0
Views: 2476

custom_function_override - error_handler

Is it possible to override the error_handler function in custom_functions_inc.php? I added function custom_function_override_error_handler( $p_type, $p_error, $p_file, $p_line, $p_context ) to my custom functions file but the application continues to use the one shipped with the Mantis install.

I ...