Problem/Motivation

t() is used in one location in RemotePostWebformHandler instead of StringTranslationTrait $this->t() which is used elsewhere in the class.

Steps to reproduce

https://git.drupalcode.org/project/webform/-/blob/6.x/src/Plugin/Webform...

Proposed resolution

Replace t() with $this->t().

Issue fork webform-3219169

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

markdorison created an issue. See original summary.

markdorison’s picture

Status: Active » Needs review
jrockowitz’s picture

Version: 6.x-dev » 8.x-5.x-dev
jrockowitz’s picture

Can you please change the target for this PR to 8.x-5.x?

markdorison’s picture

@jrockowitz I was having trouble changing the base branch on MR!37 so I created a new one off of 8.x-5.x, MR!38.

jrockowitz’s picture

Status: Needs review » Reviewed & tested by the community
jrockowitz’s picture

jrockowitz’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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