Actions
Bug #2766
closedImage fields on registration upload with missing userid and before registration is successful
Description
When an image field is placed on the registration page it is uploaded before registration completes (if the field validates) which is giving the images a userid of 0 (e.g. 0_xyz.png). However, if registration fails this image is not being removed.
https://www.joomlapolis.com/forum/153-professional-member-support/176328-image-uploads
Files
Updated by nant about 13 years ago
- Status changed from New to Assigned
- Assignee set to krileon
- Target version set to CB 1.7.1
Actions
#2
Updated by krileon about 13 years ago
- File cb.core.patch cb.core.patch added
- File cb.tables.patch cb.tables.patch added
- File comprofiler.class.php.patch comprofiler.class.php.patch added
- File plugin.class.patch plugin.class.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Extended API for fields to have a commit and rollback function. Both triggered as needed inside of the saveSafely function of user class object.
Updated by beat about 13 years ago
- Status changed from Resolved to Closed
- Estimated time set to 6:00 h
Fixed in r1583 .
Thank you Kyle for the implementation of this idea we discussed. Looks really cool.
Actions