-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
dev/core#561 Convert mailing date search field to using datepicker #15633
dev/core#561 Convert mailing date search field to using datepicker #15633
Conversation
(Standard links)
|
@seamuslee001 also this should go index e53b6bf5fd..4215c09b73 100644
I'll do some testing.... |
Some more cleanup and also open tab if specified in the URL
hmm also here
|
@eileenmcnaughton i believe that is not connected to the advanced search form as per #15181 (comment) |
Hmm - ok. My testing shows relative date not working. I think we need to put it in the metadata
Although the join thing still needs fixing |
@seamuslee001 I think this is the missing piece on the join issue https://github.com/civicrm/civicrm-core/pull/15634/files#diff-eff49b7e41fa6352d12d539c2e101ac7R472 |
@seamuslee001 I'm OK for this to be merged as is but we definitely need to follow up with a further fix per ^^ |
@eileenmcnaughton i tested your fix and that fixes it on relative dates but i get an unknown column error when doing it in the choose date field it builds an example query like
Relative parts of the backtrace
|
hmm - this is without your change? I don't see it but perhaps without results I'm not getting pagerAtoZ running - will try some more data |
this is with my change and with your changes applied ontop |
ah - I'm currently testing with just this one - once I get my data right I'll switch to that |
@seamuslee001 OK - I might have just pushed a fix for that |
fccd6c4
to
0058ef3
Compare
@eileenmcnaughton yep that works also just pushed a revised version incorporating the changes to |
@seamuslee001 so we should close this? |
@eileenmcnaughton no just force pushed onto this pr was that i meant |
Ah OK - this should be good to merge with the other merged - MOP |
Overview
This converts the mailing_date field on the Mailing subsection of advanced search to using date picker rather than jcalender
Before
Jcalender is used
After
Date picker is used
ping @monishdeb @eileenmcnaughton
Note that this isn't fully complete the one thing that doesn't seem to be working at this point is that the where clause doesn't seem to be getting run correctly but am not sure why
https://lab.civicrm.org/dev/core/issues/561