Open
Conversation
- Field for storing chosen repeater - Attaches to node entity type - Shows the widget in the scheduling options fieldset - Plugin framework for writing repeaters - WIP: Applying next occurance logic
Issue #1345666 scheduler repeat
* Remove debuging code * Return void as we're implementing hook_node_presave() * Implemented next occurence calculation logic * Update field name * Removed duplicate function This function body was declared as other function name and was used as part of hook_entity_presave()
* Keep holding next dates, so we don't lose them * Issue #1345666: Remove uneeded methods * Issue #134666: Remove unneeded event subscriptions * Issue #134666: Remove unneeded event subscriptions * Issue #1345666: Don't delegate plugins for validation * Issue #1345666: Show next occurence values * Issue #1345666: Use specified array as primary, then attribute $element as defaults
… deprecations in .travis.yml
…peatFieldsDisplayTest.php
Add value for repeat formatter
…8.3.6 but is ignored in Coder 8.3.9
Owner
Author
|
New development on Scheduler will be on the 2.x branch following a major re-write to cater for non-node entities. This submodule should still work as-is on 8.x-1.4. But I won't be committing in on 8.x-1.x because it needs to be on 2.x. I will work on that soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
D.o. issue https://www.drupal.org/project/scheduler/issues/1345666