Block visibility not working with non-numeric block delta's
douggreen - June 6, 2008 - 14:27
| Project: | Panels |
| Version: | 5.x-2.x-dev |
| Component: | Plugins - content types |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The block delta is a string, and not a number, so this query needs to use %s instead of %d.
The column definition from system.install is:
delta varchar(32) NOT NULL default '0',| Attachment | Size |
|---|---|
| block-delta.patch | 827 bytes |

#1
Good catch - thanks Doug!
Committed: http://drupal.org/cvs?commit=119926.
#2
Automatically closed -- issue fixed for two weeks with no activity.