dalyons / redmine-todos-scrum-plugin

A scrum-like todos plugin for Redmine. Allows easy creation and management of infinitely nestable todo lists on a per project basis, that in the future will be able to be organised into sprints(or releases). Also provides global 'My Todos' for all projects. Todos can be allocated to uses, and tied to Redmine Issues.
143 stars 43 forks source link

Edit ToDos permission also grants Issue Deletion to everyone on project #25

Open sdavis26 opened 14 years ago

sdavis26 commented 14 years ago

When you give a role permission to edit todos users also gain the ability to delete issues from a project, even if they don't have permission to delete issues. This only shows up on the issue page itself, not in the context menu when looking at the issues list.

sdavis26 commented 14 years ago

I fixed it for my redmine by removing :destroy from http://github.com/dalyons/redmine-todos-scrum-plugin/blob/master/init.rb#L50

cforce commented 11 years ago

is this fixed?