Active
Project:
Panelizer (obsolete)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2012 at 19:16 UTC
Updated:
5 Dec 2012 at 21:09 UTC
Scenario:
The only way of handling the client's request in #5 is by manually updating the content type's display to match that of the customized node.
It would be occasionally useful if there was a way to push the changes from the per-object (node) level uphill to the per-entity / per-bundle level.
Comments
Comment #1
merlinofchaos commentedAs a (crappy) workaround, you can in the database take the display ID from the customized entity and assign that did to the default setting in the database. You may then want to delete the old display which will become orphaned.
This query might be close:
While this is not at all ideal, it will suffice and save a great deal of time of reproducing a display. Also it might not be too hard for someone to write a little feature that can do this automatically knowing that this is how to do it, and that might be more efficient than waiting for me to get around to it. :)
Comment #2
damienmckenna@merlinofchaos: Thanks for the proof of concept query, I've discussed it with a co-worker who's starting a new project, we might see about building a patch for this if I can build up sufficient interest. It would, of course, need a confirmation page, but it wouldn't be too much work.