Search found 6 matches
- 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 ...
- 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?
Can this be done with a variable in the Possible Values field when configuring the custom field?
- 06 Oct 2006, 02:47
- Forum: Help
- Topic: Add custom field column to View Issues screen
- Replies: 8
- Views: 13940
- 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 ...
function custom ...
- 05 Oct 2006, 21:01
- Forum: Help
- Topic: Getting Status of the issue in subject line in emails
- Replies: 7
- Views: 7624
- 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 ...
I ...