Closed (fixed)
Project:
Views Hacks
Version:
7.x-1.x-dev
Component:
Views Type Block
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2013 at 16:42 UTC
Updated:
12 May 2013 at 01:05 UTC
Hi
Just found a problem for submodule views_block.
In drupal 7, the table "blocks" has been replace with "block". see below link for the block_schema.
http://drupalcode.org/project/drupal.git/blob/refs/heads/7.x:/modules/bl...
So here is the patch for this.
Thanks for your attention.
| Comment | File | Size | Author |
|---|---|---|---|
| views_hacks-replace_blocks_with_block.patch | 4.81 KB | zterry95 |
Comments
Comment #1
zterry95 commentedComment #2
infojunkieThanks. I committed a fix today to make views_block work on D7, including the fix above and others.