We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am having some inconsistencies with editing recurring rules. Here is my model:
Create
rule = RecurringSelect.dirty_hash_to_rule(@repeating_task.recurring_rule) @repeating_task.recurring_rule = rule.to_yaml
Edit
rule = @repeating_task.recurring_rule if RecurringSelect.is_valid_rule?(rule) IceCube::Schedule.from_yaml(rule) end @repeating_task.recurring_rule = rule
Form
<%= f.select_recurring :recurring_rule, nil, allow_blank: false %>
I am getting the following .. some of the time:
There are a few rules that do work just fine. Some are coming up as "Custom", which is odd.
Any thoughts on how this could be fixed?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am having some inconsistencies with editing recurring rules. Here is my model:
Create
Edit
Form
I am getting the following .. some of the time:
There are a few rules that do work just fine. Some are coming up as "Custom", which is odd.
Any thoughts on how this could be fixed?
The text was updated successfully, but these errors were encountered: