@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 new Countdown link

Summary: Correct the url for edit engine. Fixes T11046

Test Plan: new install -> clicky green button

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11046

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

+1 -1
+1 -1
src/applications/countdown/query/PhabricatorCountdownSearchEngine.php
··· 147 147 $create_button = id(new PHUIButtonView()) 148 148 ->setTag('a') 149 149 ->setText(pht('Create a Countdown')) 150 - ->setHref('/countdown/create/') 150 + ->setHref('/countdown/edit/') 151 151 ->setColor(PHUIButtonView::GREEN); 152 152 153 153 $icon = $this->getApplication()->getIcon();