Actions
Feature proposal #3659
closedMove uploaded content when group category is changed
Description
When a groups category is changed the URL is altered and any uploaded content loses its location. This content ideally should move when the category is changed to the new directory. It should be as simple as moving the groups folder from 1 category to another.
Updated by krileon about 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented _previousCategory variable when saving a group frontend/backend. As it begins with an _ it's ignored during store. Logos will now move with the group. For photo/file integration the setParam function was upgraded to move photos and files when changing category.
Actions