Hi all, I am trying to reuse some of our DialogFactories from blossom in the DataModule. All is set up correct I think. I mean, it is pretty straight forward. Blossom 1.2.3, Data module 1.6.4 and extension 1.0.
I added @DataTypeDialogFactory to my factories instead of @DialogFactory. I named the factories matching with the types in the type definition. I created a type definition in the data module (freshly instaled 1.6.4) After creation a dialog is created default in /modules/data/dialogs so to prevent Magnolia from using that one, I deleted it Now the data module is loading my Blossom dialog When I nest a different type into my existing type, the DataTypeDialogFactory of the first type in the definition is shown, and not the second one So for example: types: /category/item When I create a new category, I get the correct blossom dialog. When I create an item under category, I also get the category blossom dialog, and not the item dialog. Any tips? I've been trying this for quite some time now :) Best regards, Erik Alphenaar Dutchworks ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
