Closed (fixed)
Project:
Panels
Version:
6.x-3.x-dev
Component:
In-Place Editor (IPE)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2010 at 19:23 UTC
Updated:
5 Aug 2010 at 22:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedIt's no longer a checkbox, it's a radio, but I think that should be doable.
Comment #2
joshk commentedI'll see if I can figure it out and roll a patch. :)
Comment #3
joshk commentedHere's a patch. This actually creates a pretty nice little workflow, since you set up the data about your panel node (pick a layout, title, select the IPE) and then after saving you go to the front-side of it, and the IPE is right there to use.
I added a column to the panels_node table to track the pipeline, but am open to new ideas about that.
Comment #4
merlinofchaos commentedComment #5
merlinofchaos commentedCommitted! I modified the update slightly to use db_add_field so I don't have to worry about database interopability issues. Just schema API bugs instead. =)