ixti / redmine_tags

Redmine plugin, that adds issues tagging support
GNU General Public License v3.0
196 stars 119 forks source link

Tag permissions #168

Open danielvijge opened 7 years ago

danielvijge commented 7 years ago

PR for #162

Fixes by @minkbear (back ported)

Migration script to enable Tags for all projects, to duplicate current behaviour where Tags is enabled by default. Migration script will only enable Tags for all projects if currently Tags is disabled for all projects, so it’s safe to run the migration script multiple times.

danielvijge commented 7 years ago

I did a rebase and added permissions for viewing tags. It's work in progress, and unit tests are missing, but I wanted to publish it anyway because I don't have that much time to work on it

https://github.com/eurailcom/redmine_tags/tree/tag_permission_vuew