config View Issues for REPORTER

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
blackcat
Posts: 5
Joined: 03 Nov 2009, 09:00

config View Issues for REPORTER

Post by blackcat »

Hello everybody

I have installed a new Mantis, version 1.1.7 but I have problems with the View Issues because can edit the issues he has created previously. I want that into the View Page appears the edit link (the pencil) to update the issues. This edit link just appears with the Developers and Admin roles, but it does not appear with the reporter role.

I have configured the mantis like:
config_inc.php

Code: Select all

...
$g_view_issues_page_columns = array('selection','edit','priority','id','sponsorship_total','bugnotes_count','attachment','category','severity','status','last_updated','summary','reporter_id');
...
but the edit link does not appear with the reporter role. Nor is the selection check.

I have also tried to do the following with Admin Role:

* Click “Manage” from Main Menu.
*Click “Manage Configuration” from “Manage” sub-menu.
*“Configuration Report” will be selected by default.
*Scroll to the form at the bottom of the page.
*Select the user to which the change applies. In my case I have selected a REPORTER user.
*Select the project to which the change applies.
*Type “view_issues_page_columns” in the “configuration option” field.
*Leave “Type” field set to “Default”.
*Set the “Value” field to an array of the column names to be shown. Here I have proved with:

Code: Select all

array(selection,edit,priority,id,sponsorship_total,bugnotes_count,attachment,category,severity,status,last_updated,summary,reporter_id)
and to I have proved:

Code: Select all

array('selection','edit','priority','id','sponsorship_total','bugnotes_count','attachment','category','severity','status','last_updated','summary','reporter_id');
but the edit link does not appear with the reporter role. Nor is the selection check.


can you help me??? thanks :( :(
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: config View Issues for REPORTER

Post by atrol »

I suggest, that you set users to the role "updater" and not "reporter" if you want them to update issues.

But you should also be able to give the reporter these rights by using the "Workflow Thresholds" link (Manage -> Manage Configuration)
Please use Search before posting and read the Manual
Post Reply