There is a call to check_plain() in:

- core/modules/action/action.views_execution.inc

Comments

divesh.kumar’s picture

Assigned: Unassigned » divesh.kumar
Status: Active » Needs review
StatusFileSize
new812 bytes

Patch Attached.

thedavidmeister’s picture

Status: Needs review » Needs work

please use namespace aliases, see the parent thread issue for more information.

divesh.kumar’s picture

Status: Needs work » Needs review
StatusFileSize
new899 bytes
thedavidmeister’s picture

Status: Needs review » Needs work

Views Drupal\Component\Utility\String::checkPlain()s the column label, so we need to match that.

We could probably make this a little more eloquent while we're here, and we can just say String::checkPlain() in the comments.

divesh.kumar’s picture

Status: Needs work » Needs review
StatusFileSize
new866 bytes
thedavidmeister’s picture

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

Assigned: divesh.kumar » Unassigned
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.x, thanks!

Status: Fixed » Closed (fixed)

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