Search found 3 matches

by abram
21 Aug 2006, 13:03
Forum: Customizations
Topic: View Bugs: How to add column for current project only
Replies: 4
Views: 8558

Thanks vboctor! It works great.
by abram
18 Aug 2006, 16:15
Forum: Customizations
Topic: View Bugs: How to add column for current project only
Replies: 4
Views: 8558

vboctor, Thanks for the clarification on how to create custom functions. What sent me down the wrong path was that the comments on the view bugs manual page said that you add columns by changing the core/custom_functions_api.php file. Anyhow, I’m now using the custom_functions_inc.php now.

Back ...
by abram
17 Aug 2006, 18:57
Forum: Customizations
Topic: View Bugs: How to add column for current project only
Replies: 4
Views: 8558

View Bugs: How to add column for current project only

I added a custom column in Mantis 1.0.3 by adding a $t_columns[] = 'custom_[CUSTOM FIELD NAME]'; to the custom_function_default_get_columns_to_view function in the core/custom_function_api.php file. This works great, but I only want this column to show up in one project.

Does anyone know how to do ...