Closed oguennec closed 8 years ago
Hello @dncrews,
Please find another commit -> fix #7: date format parsed from query to builder defaults to current date with fixed format.
With this fix :+1:
@oguennec: Sorry it took me so long to look at this. Separate features will need to be separate PRs. Can you separate these?
@dncrews : no worries. As requested I am about to submit 2 PR from 2 features branches. Please note that the 2nd PR includes the 1st PR commit (src/services/QueryService.js is modified in both PR). Let me know if this is fine or not.
Hi @dncrews , this fixes issue #5 which appeared with commit e79a94b
I have suggested a fix without using the truthy logic in the commit.
With the truthy logic, a double bang is needed before tilde: prev[choice] = (truthy === (!!~group[key][obj.field].indexOf(choice)));