-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date(range)picker broken in Umbraco 7.4 #45
Comments
I can confirm that this is true for me as well. Clicking the datepicker button does nothing. When reloading the Analytics > Views page, Chrome records the following error in the console:
Hope this helps.. |
I'm getting the same error on 7.4.3 |
Why is the package trying to pull the daterangepicker js file from Umbraco Forms? I wonder if there's a conflict between Analytics and the Umbraco Forms package. |
Has anyone found a fix to this they can share? If not, I'll start working on it as time permits. |
I found the fix for this issue. The issue is in the daterangepicker.js file: Replace lines 45 and 46 with the following:
I'll add this to a new PR shortly. |
I need to sit down tomorrow or tonight if (time allows) to test & verify this works as expected. So will need a few different checks before I pull in the PR @jdcuster |
Sounds good. It was tested with 7.5.6. This was the first version I tried the package with but it seems datepicker hasn't been working correctly since 7.4 so I assumed the issue was the result of a moment.js update in the core. Either way - let me know if I can help with anything. |
I tried the fix but it did not work for me. Any news on this issue? |
@edgarJakob - sorry just seeing this now - but did you do a cache flush to see if that worked? |
Thanks Joel, its working now.
Cheers
Gesendet von meinem Windows 10 Phone
Von: Joel Custer<mailto:[email protected]>
Gesendet: Freitag, 7. Juli 2017 20:13
An: warrenbuckley/Analytics<mailto:[email protected]>
Cc: Edgar Rasquin<mailto:[email protected]>; Mention<mailto:[email protected]>
Betreff: Re: [warrenbuckley/Analytics] Date(range)picker broken in Umbraco 7.4 (#45)
@edgarJakob<https://github.com/edgarjakob> - sorry just seeing this now - but did you do a cache flush to see if that worked?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#45 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYNVxkYOcLT3-HRDdD_UZ7XiIbhGoU3pks5sLnVVgaJpZM4HaeF2>.
|
Thanks guys. I had this date picker issue also but found I needed to install the "Diplo DateRange Picker (V1.2)" package also. |
@warrenbuckley Hey, i fixed and tested the issue heres the pull request: #59 according to this mindblaze/foundation-daterangepicker#3 thay changed it. |
The datepicker (for picking a range) in all dataviews are broken at this moment.
The text was updated successfully, but these errors were encountered: