Hi !
Today I had a mess with an album photo in a group. The album is supposed to be fed by members of the group but for many reasons, it can be fed by the group owner or superadmin 'on behalf of' .... In order to link the photo with it's owner, I wanted to manually change the owner ID of each photo in backend ( plugin CB Gallery>Media>Owner) guessing it was a simple update of the database...
Unfortunatly this operation messed up the album :
- Changing the owner ID unlink the photo to the album ID ( this can be fixed in PHPMyadmin in table xxx_comprofiler_plugin_gallery_items)
- Loose the photo attached - not anymore visible in frontend as well as in backend ( in media folder comprofiler)
So I had to upload again each photo to recreate the album...
My question is : is there an explanation to this behavior (bug or not) and is there a way to makes this kind of operation easier ?
Thank you