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,
| Comment | File | Size | Author |
|---|---|---|---|
| filebrowser-visible_columns-serialized.patch | 1.85 KB | benoit.borrel |
Comments
Comment #1
Yoran commentedOh 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.
Comment #2
dead_account_kill_it_please commented