Actions
Bug #3908
closedMoving groups in backend does not move their uploaded content
Description
When moving groups from one category to another in backend it is not moving the uploaded content (files, photos, logo, etc..) to the new category folders.
Updated by krileon almost 12 years ago
It's just batch processing that is causing this.
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
The private _previousCategory wasn't being set in batch processing before changing the category. This is needed so content knows what to move from and where to.
Actions