Hi,

Here is a patch which enhances visible_columns field to be handled serialized from the schema level. It allows drupal_write_record() calls as described in Drupal API, meaning no more needs of $node->visible_columns = serialize($node->visible_columns); before calling drupal_write_record().

Note that filebrowser.install and filebrowser.module files are patched.

Cheers,

Comments

Yoran’s picture

Status: Active » Fixed

Oh well thank's for this patch but you should have a look at the dev version for this. Patch on RC are most of the time quicklly off-sync.

know there is a lot more serialized in a "data" field. It's allways difficult to choose between field and serialization but serialization allows plugin to extend data in many ways.

dead_account_kill_it_please’s picture

Status: Fixed » Closed (fixed)