We're using the build in date picker in Umbraco and it appears that something has changed with the date picker that does not play nice togheter with our package.
There is a new release out now, version 2.1.9.3 where this has been fixes. If you are running on Umbraco 7.10 you could just use my simple solution to remove the moment-js file from the package.manifest-file if you don't want to reinstall the package.
Date time picker not working with Newsletter Studio installed
Date picker working before install. After install it will not load dates and the picker is not activated when I try to choose a new date.
Our website is running 7.10.4.
Hi!
Thanks for letting us know!
We're using the build in date picker in Umbraco and it appears that something has changed with the date picker that does not play nice togheter with our package.
We'll make sure to address this issue asap.
// m
Hi!
As a temporary fix before we release a new version of the package you could open this file:
/app_plugins/NewsletterStudio/package.manifest
Remove "moment.min.js" from the arraty of javascript files, this will make the package work on the version that you are running.
I'll keep you posted about an update version of the package.
//m
Hi!
There is a new release out now, version 2.1.9.3 where this has been fixes. If you are running on Umbraco 7.10 you could just use my simple solution to remove the moment-js file from the package.manifest-file if you don't want to reinstall the package.
Cheers!
// m
is working on a reply...