@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix mail title in Countdown

Summary: Fixes T8959. Countdown now makes feed stories and emails.

Test Plan: Comment on, edit, a countdown.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8959

Differential Revision: https://secure.phabricator.com/D13738

+1 -1
+1 -1
src/applications/countdown/editor/PhabricatorCountdownEditor.php
··· 160 160 161 161 protected function buildMailTemplate(PhabricatorLiskDAO $object) { 162 162 $monogram = $object->getMonogram(); 163 - $name = $object->getName(); 163 + $name = $object->getTitle(); 164 164 165 165 return id(new PhabricatorMetaMTAMail()) 166 166 ->setSubject("{$monogram}: {$name}")