First of all I want to congratulate the team on this great extension.
I'm running umbraco 6.1.6 (umirror v0.9.1.0) and when I try to RUN the sync I receive an error from the sync service. It seems the service does not get the ID of the project.
A suggestion I might add: field transform. An option to defined custom field transformers. (usefull for datetime and number fields). I know abouth the option to transform an entire XML, but on a field value I think it would be much easier.
We usually use the proxy method to do this kind of transformation; it's quite easy to do, let me know if you have any questions about that. Anyway, I will think about your suggestion, thank you for your feedback!
Problem starting the synchronization
Hi,
First of all I want to congratulate the team on this great extension.
I'm running umbraco 6.1.6 (umirror v0.9.1.0) and when I try to RUN the sync I receive an error from the sync service. It seems the service does not get the ID of the project.
Hi Razvan and thank you for your feedback,
I think that I have found your issue; It was some bad hard code in the javascript. Could you please try this revision Lecoati.uMirror_0.9.1.34310
Thank you. It works.
A suggestion I might add: field transform. An option to defined custom field transformers. (usefull for datetime and number fields). I know abouth the option to transform an entire XML, but on a field value I think it would be much easier.
Great!
We usually use the proxy method to do this kind of transformation; it's quite easy to do, let me know if you have any questions about that. Anyway, I will think about your suggestion, thank you for your feedback!
is working on a reply...