-
Notifications
You must be signed in to change notification settings - Fork 238
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
Add "recurs until" functionality #61
base: master
Are you sure you want to change the base?
Conversation
Add an extra input that takes a date in user-specified format that can be specified using RecurringSelect.date_format= (defaults to :db format %Y-%m-%d). Add jQuery UI as a dependency for the datepicker.
Based off of this original pull request: #12 |
eab943e
to
23a674a
Compare
Let me know if how this looks, and if I need to modify anything. I've got this code just sitting around: It's a waste to not have (some or all of) it merged, when clearly there is demand for the functionality. |
deaddc9
to
9de5eae
Compare
Is there any update on this? It would be great to have the never/count/until options in this widget like google calendar has. |
I agree :) Please share your thoughts here. |
That issue is closed now though and points to this issue... |
I mean you have to get the attention of the maintainers. I have pinged them a few times without success. |
Will this be merged into a release soon or should I go with @findchris fork? |
Based off of
mchen
's fork, I have wrapped up (I hope) the "recurs until" functionality.