There is a call to check_plain() in:
- core/modules/action/action.views_execution.inc
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2196797-3.patch | 866 bytes | divesh.kumar |
| #3 | 2196797-2.patch | 899 bytes | divesh.kumar |
| #1 | 2196797-1.patch | 812 bytes | divesh.kumar |
There is a call to check_plain() in:
- core/modules/action/action.views_execution.inc
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2196797-3.patch | 866 bytes | divesh.kumar |
| #3 | 2196797-2.patch | 899 bytes | divesh.kumar |
| #1 | 2196797-1.patch | 812 bytes | divesh.kumar |
Comments
Comment #1
divesh.kumar commentedPatch Attached.
Comment #2
thedavidmeister commentedplease use namespace aliases, see the parent thread issue for more information.
Comment #3
divesh.kumar commentedComment #4
thedavidmeister commentedViews 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.
Comment #5
divesh.kumar commentedComment #6
thedavidmeister commentedComment #7
JiriK commentedComment #8
catchCommitted/pushed to 8.x, thanks!