stpl / csv_import_issues

Redmine plugin that allows importing of issues via CSV allowing user to map columns of csv to issue attributes.
10 stars 15 forks source link

users rights / groups #12

Closed cobalt74 closed 10 years ago

cobalt74 commented 10 years ago

if the user is in a group that does not have rights to import and is also manager (with the rights of imports) then import issues shortcuts not displayed.

stpl commented 10 years ago

@cobalt74 , I think you are facing below case :

A user has roles :

This user will Import issues for ProjectA but will not be able to Import in ProjectB.

It is redmine functionality not an issue, The roles are assigned to a user via a project.

Please let me know if I'm not clear.

cobalt74 commented 10 years ago

thank you ... but

1 user "manager" and belonging to the group of developers on the project A can't import issues 1 user "manager" on Project A can import issues

stpl commented 10 years ago

@cobalt74 Thanks for reporting issue. I have fixed this. Please try with latest code and reopen if you face any issue.