I've made a change that allows in this situation view issues in wich the user is reporter and the issues that reporter has assigned, this is not exactly what i was looking for, but helps me anyway:
In folder "core", edit the file "filter_api.php". Locate this code:
if(( ON === $t_limit_reporters ...
Search found 7 matches
- 18 May 2011, 17:58
- Forum: General Discussion
- Topic: Problem with view all bug page and all projects selected
- Replies: 4
- Views: 10222
- 19 Apr 2011, 17:39
- Forum: General Discussion
- Topic: Spanish Forum
- Replies: 8
- Views: 8567
Re: Spanish Forum
I'm spanish speaker too, i think the spanish forum will be a great idea
- 26 Jan 2011, 13:05
- Forum: General Discussion
- Topic: Problem with view all bug page and all projects selected
- Replies: 4
- Views: 10222
Re: Problem with view all bug page and all projects selected
I've been trying to think about this, i've made some changes and an now the situation is the next:
· I've got 12 projects. All these projects have view_status "private".
· I've got also about 20 users. About 10 users are developers in some projects, and all the users have reporter access level in ...
· I've got 12 projects. All these projects have view_status "private".
· I've got also about 20 users. About 10 users are developers in some projects, and all the users have reporter access level in ...
- 26 Jan 2011, 12:28
- Forum: Help
- Topic: default category in 1.2
- Replies: 6
- Views: 7507
Re: default category in 1.2
I've made it changing the file bug_report_page.php. At line 108 ( in my 1.2.4 version) it says this:
$f_category_id = gpc_get_int( 'category_id', 0 );
You can change de default category by changing that "0", the second parameter, and writting the id of the categrory that you want as default (id ...
$f_category_id = gpc_get_int( 'category_id', 0 );
You can change de default category by changing that "0", the second parameter, and writting the id of the categrory that you want as default (id ...
- 11 Jan 2011, 17:48
- Forum: General Discussion
- Topic: Problem with view all bug page and all projects selected
- Replies: 4
- Views: 10222
Problem with view all bug page and all projects selected
Hello everybody.
I think iv'e found a little bug in mantis view bug page:
I've got a few users that have developer role in a project, but in the rest of projects are reporters. The configuration is set that Reporters can only access their own issues.
The problem is that when i access the "view ...
I think iv'e found a little bug in mantis view bug page:
I've got a few users that have developer role in a project, but in the rest of projects are reporters. The configuration is set that Reporters can only access their own issues.
The problem is that when i access the "view ...
- 07 Oct 2010, 19:31
- Forum: Customizations
- Topic: Custom Fields by Category
- Replies: 2
- Views: 3671
Re: Custom Fields by Category
That is the idea, if I can create some kind of relationship (a function, for example) betwwen custom fields and categories, so when i set the category in a project creating it, automatically the custom fields are set to this project.
Thank you very much
Thank you very much
- 06 Oct 2010, 18:27
- Forum: Customizations
- Topic: Custom Fields by Category
- Replies: 2
- Views: 3671
Custom Fields by Category
Is there a way or somebody knows how to assign custom fields to all projects in a category?
What i really want to do is assign custom fields to a category, so when i create a new project in the category, the custom fields are auto-asigned to the project.
Thank you very much, and sorry about my ...
What i really want to do is assign custom fields to a category, so when i create a new project in the category, the custom fields are auto-asigned to the project.
Thank you very much, and sorry about my ...