Project

General

Profile

Problem with new roles created

Added by Luis Serrano Aranda over 13 years ago

If I create a new profile its members can not change the status of requests, is that correct?

If I modify the line 384 in redmine/app/models/issue.rb to true

def new_statuses_allowed_to(user, include_default=false)
def new_statuses_allowed_to(user, include_default=true)

the problem disappears, have a more elegant solution?

Is a bug ?

Thanks


Replies (5)

RE: Problem with new roles created - Added by Luis Serrano Aranda over 13 years ago

I tested this solution and only enables the menu but does not fix it, can someone help me?

RE: Problem with new roles created - Added by Felix Schäfer over 13 years ago

I'm not sure I understand the problem you have. You have created a new role in the global redmine administration but that role can't change the status of tickets, correct?

RE: Problem with new roles created - Added by Luis Serrano Aranda over 13 years ago

The first is to thank you for your attention

Exactly, I created a new profile and assign users that this profile may not change the status of the issues

And if that user is assigned a profile that already exists in Redmine if you can do.

The profiles have all the options activated

RE: Problem with new roles created - Added by Felix Schäfer over 13 years ago

You need to define workflows (or copy existing ones) for each combination of "tracker" and new role you have created.

RE: Problem with new roles created - Added by Luis Serrano Aranda over 13 years ago

Thanks, I had not seen this option

    (1-5/5)