3
votes

I'm having problems exporting (via the Export module) a binding I've created through the Bindings tab on the Query page, has anyone come across this before?

I tried first on my project I'm working on, when that didn't work, I set up a clean install of Orchard and tried there. However the binding still does not appear in the exported xml, the query I created pointing to the binding comes out ok and is still pointing to the type.

I checked in the error log but there's nothing in there...

Any thoughts or advice are welcome.

2
That may be a bug. Please file it in the issue tracker on CodePlex.Bertrand Le Roy
On the advice of @Bertrand Le Roy, I've filed a bug on this orchard.codeplex.com/workitem/19447Ola Karlsson

2 Answers

2
votes

After hitting this bug myself, I decided to write the export/import functionality for member bindings. I added it as a module to the gallery..

Orchard Gallery: Contrib.ImportExportBindings

Github: Orchard-ImportExportBindings

It will do the trick. I'm not sure it should be in the source of orchard though.

1
votes

On the advice of @Bertrand Le Roy, I've filed a bug on this http://orchard.codeplex.com/workitem/19447