Exporting bindings to Orchard 1.6

I'm having trouble exporting (via the export module) a binding I created in the Bindings tab of the Query page, has anyone encountered this before?

I tried first on my project that I am working on, when that didn't work I installed a clean install of Orchard and tried it there. However, the binding still does not show up in the exported xml, the request I created pointing to the binding comes out ok and still points to the type.

I checked in the error log but there is nothing there ...

Any thoughts or advice is appreciated.

+3


source to share


2 answers


After getting into this error myself, I decided to write an export / import function for item bindings. I added it as a module to the gallery.

Orchard Gallery: Contrib.ImportExportBindings



Github: Orchard-ImportExportBindings

This will be the trick. I'm not sure if this should be in the source of the garden.

+2


source


Per @Bertrand Le Roy's advice, I've filed a bug about this http://orchard.codeplex.com/workitem/19447



+1


source







All Articles