Nuevo plugin Private Wiki 0.2.0
This commit is contained in:
parent
4e788bb03c
commit
49913ad11b
20 changed files with 480 additions and 0 deletions
5
plugins/redmine_private_wiki/config/routes.rb
Executable file
5
plugins/redmine_private_wiki/config/routes.rb
Executable file
|
@ -0,0 +1,5 @@
|
|||
# Plugin's routes
|
||||
RedmineApp::Application.routes.draw do
|
||||
#Allow utilisation of action 'change_privacy' in links (set route to wiki method)
|
||||
match 'projects/:project_id/wiki/:id/change_privacy/:private', :controller => 'wiki', :action => 'change_privacy', :via => [:post]
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue