2

I have a situation in my redmine installation that I want to enable a plugin including its all features for a couple days in the month. Is there a way to enable/disable a redmine plugin via configurations without adding/removing it from source?

Ramiz Raja
  • 5,942
  • 3
  • 27
  • 39

1 Answers1

1

You could comment the file init.rb inside the plugin, that's where the plugin initializes

Javier Menéndez Rizo
  • 2,138
  • 3
  • 12
  • 22