Closed (fixed)
Project:
Fieldable Panels Panes (FPP)
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2012 at 22:08 UTC
Updated:
30 Aug 2012 at 18:11 UTC
I enjoy this module a lot and would love to be able to have Ctools load specific versions of Fieldable Panel Panes using the _fieldable_panels_panes_load_entity() call in a similar way that the uuid.module is currently supported. The basic pattern is that a $subtype_name is passed with the pattern "vid:234" which will go ahead and load that version instead of the current version.
Attached is a patch that changes this.
| Comment | File | Size | Author |
|---|---|---|---|
| fieldable-panel-panes-load-vid.patch | 665 bytes | populist |
Comments
Comment #1
populist commentedThis works great for me in testing and only really takes effect is someone calls that function with a $pane->subtype of vid:[number] which doesn't happen normally, but is necessary for my integration. The "work" here is to make sure this is the only place that this needs to be modified in the code to suppport this loading pattern.
Comment #2
merlinofchaos commentedNeeds review! :)
Comment #3
merlinofchaos commentedNeeds review! :)That's a really straightforward one. Committed, pushed!