Add a second action menu to IssuesController#show. (#4331)
Will have the update, log time, watch, copy, etc buttons. Had to rework how the watchers button works since it requires a unique DOM id for the Ajax response. Also modified the WatchersController to be able to replace multiple sections of the page, e.g. two Watch links. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3119 e93f8b46-1217-0410-a6f0-8f06a7374b81
Showing
- app/controllers/watchers_controller.rb 16 additions, 1 deletionapp/controllers/watchers_controller.rb
- app/helpers/watchers_helper.rb 15 additions, 4 deletionsapp/helpers/watchers_helper.rb
- app/views/issues/_action_menu.rhtml 9 additions, 0 deletionsapp/views/issues/_action_menu.rhtml
- app/views/issues/show.rhtml 4 additions, 8 deletionsapp/views/issues/show.rhtml
- test/functional/watchers_controller_test.rb 22 additions, 1 deletiontest/functional/watchers_controller_test.rb
Please register or sign in to comment