Bug #8087
closedImage approval/moderation: Doesn't show images from within Field Groups for approval
Description
Not sure if it is a CB bug or a Field Group CB plugin bug:
Uploaded images get into the waiting for approval mode.
But they do not appear in the workflows module,
Nor in the Image Approval view of CB.
Updated by beat over 4 years ago
- Related to Bug #8088: Education and Workplaces allow image uploads but they do not display (even with image moderation set to No) added
Updated by krileon over 4 years ago
- Project changed from CB to CB Field Groups
- Target version changed from CB 2.4.6 to 2.0.0
Updated by krileon over 3 years ago
This requires improvements to core CB. There's currently no triggers available to extend the image approval process so images inside of a field group can be approved. The buttons will display and the image will be pending approval, but there's no way to actually approve it.
Updated by krileon over 3 years ago
- % Done changed from 0 to 50
Implemented fieldClass endpoints for field groups fields to handle image approval/rejection. So this now works for the inline buttons. Reviewing if image approval page can be extended as well.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
There's no way to efficiently extend image approval for field groups image approval behavior as it's too slow trying to query for that information across all users. Inline approval will have to be the only available solution for now.