Skip to content

Commit

Permalink
Merge pull request #252 from aksm/ISSUE-251
Browse files Browse the repository at this point in the history
ISSUE-251: Simulate message in StrawberryfieldJsonPatch in wrong place
  • Loading branch information
DiegoPino authored Dec 16, 2022
2 parents 4fd5b33 + a537b18 commit a7ba733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plugin/Action/StrawberryfieldJsonPatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ public function execute($entity = NULL) {
if ($sbf_fields = $this->strawberryfieldUtility->bearsStrawberryfield(
$entity
)) {
$this->messenger()->addMessage($this->configuration['simulate']);
$this->patchArray = json_decode($this->configuration['jsonpatch']);
foreach ($sbf_fields as $field_name) {
/* @var $field \Drupal\Core\Field\FieldItemInterface */
Expand Down

0 comments on commit a7ba733

Please sign in to comment.