Search found 10 matches
- 11 Sep 2006, 13:18
- Forum: Help
- Topic: Trying to modify my_view_page.php to use a custom filter.
- Replies: 1
- Views: 3791
- 11 Sep 2006, 13:16
- Forum: Help
- Topic: Help with Creating Custom Buttons
- Replies: 0
- Views: 2492
Help with Creating Custom Buttons
Does anyone have experience creating custom buttons?
We have a field called QA Reviewed that has the options Approved and Rejected. I'd like to add a button to the top of the Advanced View Details page where I could click it and it would set the custom QA Reviewed field to Approved. This would ...
We have a field called QA Reviewed that has the options Approved and Rejected. I'd like to add a button to the top of the Advanced View Details page where I could click it and it would set the custom QA Reviewed field to Approved. This would ...
- 08 Sep 2006, 15:04
- Forum: Customizations
- Topic: Help with Creating Custom Buttons
- Replies: 1
- Views: 5879
Help with Creating Custom Buttons
I could use some help creating custom buttons.
We have a field called QA Reviewed that has the options Approved and Rejected. I'd like to add a button to the top of the Advanced View Details page where I could click it and it would set the QA Reviewed field to Approved. This would replace me ...
We have a field called QA Reviewed that has the options Approved and Rejected. I'd like to add a button to the top of the Advanced View Details page where I could click it and it would set the QA Reviewed field to Approved. This would replace me ...
- 05 May 2006, 17:12
- Forum: Customizations
- Topic: Creating a my view filter that will filter on custom fields
- Replies: 4
- Views: 11951
Figured it out.
I figured out what I was doing wrong. I was suppose to put the numeric id of the field not the field name. The following works (it goes in the my_view_inc.php file):
$unit_tester_field_id = 16;
$unit_test_status_field_id = 31;
$ready_testing_text = "Ready for Testing";
$username = current ...
$unit_tester_field_id = 16;
$unit_test_status_field_id = 31;
$ready_testing_text = "Ready for Testing";
$username = current ...
- 04 May 2006, 19:45
- Forum: Customizations
- Topic: Creating a my view filter that will filter on custom fields
- Replies: 4
- Views: 11951
- 19 Apr 2006, 11:46
- Forum: Help
- Topic: Trying to modify my_view_page.php to use a custom filter.
- Replies: 1
- Views: 3791
Trying to modify my_view_page.php to use a custom filter.
How would I go about creating a filter on the my_view_page.php that filters on a custom field?
I have a field called Unit Tester that contains the name of the developer that tested the code.
1. I've modified config_inc.php to add a new view box:
$g_my_view_boxes = array (
'assigned' => '1 ...
I have a field called Unit Tester that contains the name of the developer that tested the code.
1. I've modified config_inc.php to add a new view box:
$g_my_view_boxes = array (
'assigned' => '1 ...
- 18 Apr 2006, 14:06
- Forum: Customizations
- Topic: Creating a my view filter that will filter on custom fields
- Replies: 4
- Views: 11951
- 07 Apr 2006, 19:43
- Forum: Customizations
- Topic: Creating a my view filter that will filter on custom fields
- Replies: 4
- Views: 11951
Creating a my view filter that will filter on custom fields
How would I go about creating a filter on the my_view_page.php that filters on a custom field?
I have a field called Unit Tester that contains the name of the developer that tested the code.
1. I've modified config_inc.php to add a new view box:
$g_my_view_boxes = array (
'assigned' => '1 ...
I have a field called Unit Tester that contains the name of the developer that tested the code.
1. I've modified config_inc.php to add a new view box:
$g_my_view_boxes = array (
'assigned' => '1 ...
- 20 Feb 2006, 15:14
- Forum: Help
- Topic: Adding bugnotes to csv export
- Replies: 0
- Views: 3106
Adding bugnotes to csv export
How can I add the bugnotes to the csv export? I tried modifying the COLUMNS_TARGET_CVS_PAGE part of the custom_function_default_get_columns_to_view function in core/custom_function_api.php.
I tried setting $t_columns[] equal to 'bugnotes', 'bugnote', 'bug notes', 'bug note', 'notes' and 'note' with ...
I tried setting $t_columns[] equal to 'bugnotes', 'bugnote', 'bug notes', 'bug note', 'notes' and 'note' with ...
- 25 Jan 2006, 16:41
- Forum: Help
- Topic: Disallow developers to change status from Closed to Feedback
- Replies: 1
- Views: 3929
Disallow developers to change status from Closed to Feedback
I do not want our developers to be able to change the status of closed bugs from closed to any other status. I disabled "Reopen an issue" and "Allow Reporter to re-open Issue" from the Workflow Thresholds page. The Re-open button no longer appears, but they are still able to Change Status to ...