fanzai0403 / status_button

redmine plugin status_button
21 stars 36 forks source link

Combinate roles status rights and allow to use shortcuts when changing status #2

Closed cforce closed 11 years ago

cforce commented 11 years ago

If a user has a roleA with right to set status status1 to status2 and also own a role thta has rights to set status2 to status3, he i still not able to set status1 to status3 in one step. He has to make two issue changes (status1>status2>status3). This is useless.

The alorithm shall not only go one step from actual role to next possible status, but check all reachables status for all roles the user owns.

see http://www.redmine.org/issues/8669

fanzai0403 commented 11 years ago

right! I'll do it soon. btw, I think redmine should do this modify too.