Search found 7 matches

by badduck
29 Feb 2008, 00:30
Forum: Help
Topic: Default View Status based on Role
Replies: 1
Views: 2134

Re: Default View Status based on Role

I manage to force all users with developers and higher access to create private issues with the following hardcode in bug_report_page.php and bug_report_advanced_page.php. # Forcing all developers and above to default to private view status $t_user = auth_get_current_user_id(); $t_user_access_level ...
by badduck
28 Feb 2008, 05:42
Forum: Help
Topic: Default View Status based on Role
Replies: 1
Views: 2134

Default View Status based on Role

Hi, I would like to know how can I default the View Status upon creating new issues. What I would like to achieve is 1. All reporters can only create and view public issues. (I can already achieve this by defaulting to view status to public and deny change of view status) 2. All developers can only ...
by badduck
27 Feb 2008, 06:34
Forum: Customizations
Topic: Adding additional columns in View Issues
Replies: 11
Views: 16231

Re: Adding additional columns in View Issues

I think I have found the problem in Configuration Setting. Thanks.
by badduck
22 Feb 2008, 09:46
Forum: Customizations
Topic: Adding additional columns in View Issues
Replies: 11
Views: 16231

Re: Adding additional columns in View Issues

I have a strange problem after adding the handler_id in the View Issue page. Somehow, the Assigned To field is blank when filtering by the project level (the project has subprojects). When I filter by the sub project, then the Assigned To field is populated. What is wrong? I have other projects with...
by badduck
21 Feb 2008, 14:53
Forum: Customizations
Topic: Adding additional columns in View Issues
Replies: 11
Views: 16231

Re: Adding additional columns in View Issues

thanks guys for your comments. i just the handler to be in a separate column all together.
just gets anonying when it suddenly disappears from view when i need it the most.
by badduck
19 Feb 2008, 05:53
Forum: Customizations
Topic: Adding additional columns in View Issues
Replies: 11
Views: 16231

Adding additional columns in View Issues

I am wonder how can I add the handler column in the View Issues page?
Which php file should I modify?
Thanks for your help in advance.
by badduck
18 Feb 2008, 01:56
Forum: Help
Topic: Monitoring status
Replies: 1
Views: 1858

Monitoring status

I would like to know what should I put if the issue cannot be reproduced and I want to place the issue under monitoring.
Placing the issue as closed and resolved seems misleading. Other statuses seems as well.
Bottomline is I don't want to close the issue.
Thanks for you help.