Is there anything stopping us from allowing the IPE to work for panels_nodes? Is this just a matter of adding the checkbox to the node form?

(ignore the file upload, my mistake)

CommentFileSizeAuthor
#3 panels_node_ipe.patch4.32 KBjoshk
Picture 6.png224.66 KBjoshk

Comments

merlinofchaos’s picture

It's no longer a checkbox, it's a radio, but I think that should be doable.

joshk’s picture

I'll see if I can figure it out and roll a patch. :)

joshk’s picture

StatusFileSize
new4.32 KB

Here'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.

merlinofchaos’s picture

Status: Active » Needs review
merlinofchaos’s picture

Status: Needs review » Fixed

Committed! 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. =)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.