In my draggable table view, all fields that follow my CCK date field are completely blank. If I re-order the fields in the table and make the date field the last one, all fields are displayed normally. This is probably related to #382882: In Views, CCK Date as field hides subsequent fields, but only happens for draggable table views, and not for regular table views.

Comments

dboulet’s picture

Status: Active » Needs review
StatusFileSize
new799 bytes

Using the fix in #372227: empty columns in table design after update solves the problem.

sevi’s picture

Status: Needs review » Fixed

Although I don't understand what's going on here I committed the patch because it seems to work at views module :)
Let's keep track of this issue. We can reopen it if needed.

Thanks,
sevi

dboulet’s picture

I don't really understand it either, apparently the problem is caused by a bug with certain versions of PHP. Users describing the problem in #372227: empty columns in table design after update were mostly using PHP 5.2.0 on Debian, but I was experiencing it using PHP 5.1.6 on Centos.

Great module by the way sevi!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.