Modify ↓
#5956 closed defect (fixed)
LegacyAttachmentPolicy always returns None
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The last change of LegacyAttachmentPolicy.check_permission accidentally eliminated removed a return statement, which causes LegacyAttachmentPolicy to never succeed.
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Milestone: | → 0.11 |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
Fixed in r5983, thanks.