maxrossello / redmine_extended_watchers

Grant additional issue and project view permissions to watcher users
GNU General Public License v3.0
44 stars 20 forks source link

conflicts with "people" plugin #51

Closed JustAnotherRandomUsername closed 6 months ago

JustAnotherRandomUsername commented 6 months ago

redmine ver 5.1.1

conflicts with "people" plugin http://redmineup.com/pages/plugins/people

[3502cffb-9c33-415b-9bbf-048a2fb585a5] plugins/redmine_people/lib/redmine_people/patches/user_patch.rb:83:in block in <module:InstanceMethods>' [3502cffb-9c33-415b-9bbf-048a2fb585a5] plugins/redmine_extended_watchers/lib/extended_watchers_user_patch.rb:23:inallowed_to?'

maxrossello commented 6 months ago

This is well known. Last time it was asked for, the reason was for people plugin's old way to overload the allowed_to? method via chains that is incompatible with prepending.

Not sure if this is still the reason nowadays, but anyways I can't support any possible plugin. Anybody eager to include any plugin in the compatibility list, should read and understand this: https://github.com/maxrossello/redmine_testsuites?tab=readme-ov-file#how-to-support-further-plugins

Regards