Closed (fixed)
Project:
Private Message
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 May 2018 at 16:10 UTC
Updated:
14 Jun 2018 at 10:39 UTC
Jump to comment: Most recent
Currently the text 'You and' is fixed in PrivateMessageThreadMemberFormatter.php in the function viewElements:
'#markup' => '<span>' . $this->t('You and') . ' </span>' . implode($separator, $users),
It would me much nicer to remove it or to include it as setting to the form. Especially when the display mode is set to entity this fixed text isn't usefull.
Comments
Comment #2
jaypanComment #5
jaypan