Task #137
Ensure ACL resources get deleted
| Status: | Closed | Start date: | 2009-04-22 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Alex Cartwright | % Done: | 100% |
|
| Category: | TangoCMS::Modules | |||
| Target version: | 2.3.0 | |||
| PHP Version: |
Description
All modules should be checked to ensure all ACL resources get deleted, when deleting something that has one - for example an article category. Other wise the ACL resources table (and rules) is going to get flooded with unused ACL resources/rules over time.
History
Updated by Alex Cartwright about 3 years ago
- % Done changed from 0 to 20
r2354 will now remove all 'stale' ACL rules upon upgrading (stage4) upon successful upgrade.
Updated by Alex Cartwright about 3 years ago
- Status changed from Confirmed to Closed
- % Done changed from 20 to 100
Appears to be all done and present