nanego / redmine_multiprojects_issue

A Redmine plugin which allows you to specify several projects per issue
http://www.redmine.org/plugins/redmine_multiprojects_issue
MIT License
57 stars 29 forks source link

Access to not public projects #4

Closed darioo closed 9 years ago

darioo commented 10 years ago

Hi, I have project which is not public. To this project1 have acces User1, User2 I share with this plugin one issue to projecy2 where access have User3, User4

And now: User3 and User4 see Issue but without activities. They couldn't comment.

How can I change this behaviour?

Best Regard,

DK

nanego commented 10 years ago

Hi,

With the current version of the plugin, there is no way to allow users to write comments if they have no rights on the main project. Issues will be displayed in read-only mode, just for information.

That would be great to add this feature and to be able to turn it on/off through the plugin settings. Would you like to work on it?

Best regards, Vincent

darioo commented 10 years ago

I am beginner at Ruby and Redmine plugin development. That's why I think it will be not easy to do that. I think it would be better if You can work on it. Could you help?

Best Regards, DK

nanego commented 10 years ago

Yes, I plan to work on this feature in the next weeks. I will let you know when it's ready.

jbbarth commented 10 years ago

@darioo FYI we needed this as well and I committed one solution during @nanego holidays :wink ;

You can try the result from master now, users from secondary projects will be attributed the right to "add notes" if they have it on a secondary project, which mean they can comment. I think adding other rights is much more difficult because other fields have a very complex permission policy and we would risk to leak sensitive data to our users in some cases at $WORK.

Let me know if it works for you ok ? Thanks for your patience !