- πΊπΈUnited States smustgrave
Since there hasn't been a follow up in almost a year going to close out for now
If still a bug please reopen
Thanks everyone!
Right now, core condition implementations miss the metadata that's required for Rules to be able to make use of the conditions also. Rules requires metadata about the configuration values what right now should live in the condition plugin definition below the 'configuration' key:
From ExecutableInterface
* - configuration: An array of configuration option definitions, keyed by
* option name. Each option definition is a typed data definition describing
* the configuration option. Check the typed data definition docs for details.
Let's make sure that's implemented in all core conditions such that Rules can build upon them.
Related issue: #1920816: Factor getConfig(), setConfig(), getConfigDefinition(), and getConfigDefinitions() out of ExecutablePluginBase β
See if patch can be rerolled for current d8 head. https://drupal.org/contributor-tasks/reroll
Closed: outdated
9.5
Last updated
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
It denotes an issue that prevents porting of a contributed project to the stable version of Drupal due to missing APIs, regressions, and so on.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since there hasn't been a follow up in almost a year going to close out for now
If still a bug please reopen
Thanks everyone!