Closed (fixed)
Project:
Filebrowser
Version:
6.x-2.0-rc10
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2009 at 16:18 UTC
Updated:
19 Mar 2010 at 07:59 UTC
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