diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-01-07 20:56:41 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-01-07 20:56:41 +0000 |
commit | eecc6864a96f8c4f15cce281d8cf5d46bda1edc8 (patch) | |
tree | 2d36a96028adf9737cf247468a20eaf306a345ea /app/views/auth_sources | |
parent | eb3b7d055a86cbbfece22b3f47d8bd13a928dbb8 (diff) | |
download | redmine-eecc6864a96f8c4f15cce281d8cf5d46bda1edc8.tar.gz redmine-eecc6864a96f8c4f15cce281d8cf5d46bda1edc8.zip |
Fixed: 'Delete' link on LDAP list has no effect (#4530).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3282 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/auth_sources')
-rw-r--r-- | app/views/auth_sources/list.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/auth_sources/list.rhtml b/app/views/auth_sources/list.rhtml index a29a177c7..6e8b4d7db 100644 --- a/app/views/auth_sources/list.rhtml +++ b/app/views/auth_sources/list.rhtml @@ -22,6 +22,7 @@ <td class="buttons"> <%= link_to l(:button_test), :action => 'test_connection', :id => source %> <%= link_to l(:button_delete), { :action => 'destroy', :id => source }, + :method => :post, :confirm => l(:text_are_you_sure), :class => 'icon icon-del', :disabled => source.users.any? %> |