You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
BUG: refs #453. Admins can now see all private feeds
Also fixed a bug where feed related to a community invitation was not removed
when the community invitation was deleted as a result of user deletion, which
caused the feed page to crash. Admins will see the recipient of a community
invitation in the feed now instead of just seeing "invited you to join the
community".
Copy file name to clipboardExpand all lines: core/views/element/feed.phtml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,15 @@ PURPOSE. See the above copyright notices for more information.
46
46
echo"{$view->t("added the community")} <a href='{$view->webroot}/community/{$feed->getRessource()->getKey()}'>".$view->slicename($feed->getRessource()->getName(),30)."</a>";
47
47
break;
48
48
caseMIDAS_FEED_COMMUNITY_INVITATION:
49
-
echo"{$view->t("invited you to the community")} <a href='{$view->webroot}/community/{$feed->getRessource()->getCommunity()->getKey()}'>".$view->slicename($feed->getRessource()->getCommunity()->getName(),30)."</a>";
0 commit comments