Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Make voting configurable per project #1

Open
MischaTheEvil opened this issue May 6, 2009 · 3 comments
Open

Feature: Make voting configurable per project #1

MischaTheEvil opened this issue May 6, 2009 · 3 comments

Comments

@MischaTheEvil
Copy link

I have just checked v0.0.2 of this great plugin and wanted to share a possible improvement for users which are running a Redmine instance which hosts several different projects of which some need issue-voting while others don't need voting.

I haven't looked at the code if this could be implemented (easily) but just wanted to share the idea... Probably will look at it later myself also, too...

@Squelch
Copy link

Squelch commented Aug 2, 2009

That sounds an excellent idea.

@cforce
Copy link

cforce commented Aug 10, 2011

+1

@cforce
Copy link

cforce commented Aug 11, 2011

Change this to init.rb..

"project_module :issue_tracking do" with "project_module :issue_voting do"

change issues_vote_hook.rb

"render_on :view_issues_show_details_bottom, :inline => <<-END" with "render_on :view_issues_show_details_bottom, :inline => <<-END,:if => :issue.project.module_enabled?('issue_voting') ?"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants