浏览代码

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
tags/1.0.0
Jean-Philippe Lang 14 年前
父节点
当前提交
eecc6864a9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      app/views/auth_sources/list.rhtml

+ 1
- 0
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? %>

正在加载...
取消
保存