For process plugins without configuration, such as default_value and machine_name it does not allow them to be added to the pipeline, this is incorrect.

CommentFileSizeAuthor
#2 2624112-2.patch1.23 KBbenjy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

benjy created an issue. See original summary.

benjy’s picture

Status: Active » Needs review
FileSize
1.23 KB

default_value was broken because of a core issue, https://www.drupal.org/node/2611024#comment-10611136

We also need an isset() check to fix on our end. And finally, get is special so we're removing that from the UI.

benjy’s picture

Status: Needs review » Fixed

Committed.

  • benjy committed 24d2324 on 8.x-1.x
    Issue #2624112 by benjy: Process plugins without configuration do...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.