Closed (fixed)
Project:
Fieldable Panels Panes (FPP)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 09:18 UTC
Updated:
31 Mar 2012 at 16:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
populist commentedHere is a slightly better patch that uses the abstraction for the uuid field. Still needs work to function in an install profile and will require an implementation of hook_schema_alter().
Comment #2
populist commentedComment #3
populist commentedHere is an update to the patch that doesn't conditionally load the UUID table schema and just places it there in case it is needed. I also wrote an update hook to support updating from old installations. I didn't include an index for the uuid or vuuid column and it might benefit from that addition of sites end up with many, many fieldable panels panes.
Comment #4
populist commentedHere is a quick update to (a) support drush make and (b) allow UUID to be NULL since that might be relevant.
Comment #5
merlinofchaos commentedCommitted.