Skip to content
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

Issue with dateSort #295

Open
hkosmidi opened this issue Nov 18, 2014 · 0 comments
Open

Issue with dateSort #295

hkosmidi opened this issue Nov 18, 2014 · 0 comments
Labels
Milestone

Comments

@hkosmidi
Copy link

In sortService.js line #174 shouldn't
mtch = b.match(dateRE); be
mtch = b.match(window.kg.sortService.dateRE);
???
I am not sure if I do the procedure correctly:
https://github.com/hkosmidi/KoGrid/commit/d5d4251526540149e157f24ac8e1fe9314e1f887

@crissdev crissdev added the bug label Mar 3, 2015
@crissdev crissdev added this to the 2.1.5 milestone Mar 3, 2015
crissdev added a commit that referenced this issue Mar 15, 2015
Undefined variable dateRE is used instead of window.kg.sortService.dateRE
crissdev added a commit that referenced this issue Mar 15, 2015
Undefined variable dateRE is used instead of window.kg.sortService.dateRE
crissdev added a commit that referenced this issue Apr 5, 2015
Undefined variable dateRE is used instead of window.kg.sortService.dateRE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants