Actions
Bug #1569
closedExtra image files are not purged when user is removed from backend
Description
Test case:
uploaded a main profile avatar image and also uploaded an extra profile image.
4 files were created in the images/comprofiler folder.
When I remove the user from CB User backend the 2 extra image files are not removed.
Files
Updated by beat over 14 years ago
- Target version changed from CB 1.2.2 to CB 1.2.3
Updated by krileon over 14 years ago
- File 1569.patch 1569.patch added
- Status changed from New to Assigned
- Assignee changed from krileon to beat
- % Done changed from 0 to 80
Added new function to check for and delete image fieldtypes (avatar is excluded).
Updated by beat over 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 80 to 100
- Estimated time set to 1:00 h
Commit r1081 fixes this bug by using that proposed function, but as an event inside the image field type in cb.core.php plugin instead of the general comprofiler.class.php. Thanks Kyle.
Actions