In order for Views_bulk_operations to work this module must explicitly define it's entity_type
WD views_bulk_operations: Base table for Flagging does not have the entity type explicitly set.

Comments

SocialNicheGuru created an issue. See original summary.

socialnicheguru’s picture

Status: Active » Needs review
StatusFileSize
new577 bytes
socialnicheguru’s picture

StatusFileSize
new575 bytes
hkovacs’s picture

patch #3 works for me.

joachim’s picture

Status: Needs review » Needs work

Thanks for the patch & the testing!

First line looks ok.

+++ b/includes/views/flag.views.inc
@@ -36,7 +36,9 @@ function flag_views_data() {
+  $data['flag_counts']['table']['entity type'] = 'flag_counts';

This line is wrong -- there is no flag_counts entity type.

ivnish’s picture

Status: Needs work » Closed (outdated)

Drupal 7 is EOL. Issue will be closed, but patches are still here