Actions
Defect #4530
closedCan't delete ldap when users count is zero in 0.9-stable
Start date:
2010-01-07
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Specific URL:
http://foo.bar/auth_sources/list
Related Code(app/views/auth_sources/list.rhtml):
<%= link_to l(:button_delete), { :action => 'destroy', :id => source }, :confirm => l(:text_are_you_sure), :class => 'icon icon-del', :disabled => source.users.any? %>
The link_to method does not contain :disabled options.
I think this problem is caused by code change(button_to have been replaced by link_to).
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from New to Resolved
- Target version set to 0.9.0
- Affected version (unused) set to 0.8.7
- Resolution set to Fixed
- Affected version set to 0.8.7
Fixed in r3282.
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from Resolved to Closed
Merged in 0.9-stable in r3287.
Actions