File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6434,7 +6434,7 @@ public static function giveItem(
64346434 $ name = sprintf (__ ('%1$s (%2$s) ' ), $ name , $ data [$ ID ][$ k ]['id ' ]);
64356435 }
64366436 if (isset ($ field ) && $ field === 'completename ' ) {
6437- $ name = (new SanitizedStringsDecoder ())->decodeHtmlSpecialCharsInCompletename ($ data [$ ID ][0 ]['name ' ]);
6437+ $ name = (new SanitizedStringsDecoder ())->decodeHtmlSpecialCharsInCompletename ($ data [$ ID ][$ k ]['name ' ]);
64386438 $ chunks = \explode (' > ' , $ name );
64396439 $ completename = '' ;
64406440 foreach ($ chunks as $ key => $ element_name ) {
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ public static function showForUser(User $user)
201201 $ entries [] = [
202202 'itemtype ' => self ::class,
203203 'id ' => $ data ["linkid " ],
204- 'group ' => $ group ->getLink (),
204+ 'group ' => $ group ->getLink ([ ' complete ' => true ] ),
205205 'dynamic ' => $ data ['is_dynamic ' ] ? $ yes_icon : $ no_icon ,
206206 'manager ' => $ data ['is_manager ' ] ? $ yes_icon : $ no_icon ,
207207 'delegatee ' => $ data ['is_userdelegate ' ] ? $ yes_icon : $ no_icon ,
@@ -463,7 +463,7 @@ public static function showForGroup(Group $group)
463463 $ user ->getFromDB ($ data ["id " ]);
464464 $ group_link = '' ;
465465 if ($ tmpgrp ->getFromDB ($ data ['groups_id ' ])) {
466- $ group_link = $ tmpgrp ->getLink (['comments ' => true ]);
466+ $ group_link = $ tmpgrp ->getLink (['comments ' => true , ' complete ' => true ]);
467467 }
468468 $ entries [] = [
469469 'itemtype ' => self ::class,
You can’t perform that action at this time.
0 commit comments