Defect #4530
Can't delete ldap when users count is zero in 0.9-stable
| Status: | Closed | Start: | 2010-01-07 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | LDAP | |||
| Target version: | 0.9.0 | |||
| Affected version: | 0.8.7 | Resolution: | Fixed |
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).
Associated revisions
Fixed: 'Delete' link on LDAP list has no effect (#4530).
History
Updated by Jean-Philippe Lang 7 months ago
- Status changed from New to Resolved
- Target version set to 0.9.0
- Affected version set to 0.8.7
- Resolution set to Fixed
Fixed in r3282.
Updated by Jean-Philippe Lang 7 months ago
- Status changed from Resolved to Closed
Merged in 0.9-stable in r3287.