Page MenuHomePhabricator

D10651.diff
No OneTemporary

D10651.diff

diff --git a/src/applications/project/controller/PhabricatorProjectBoardViewController.php b/src/applications/project/controller/PhabricatorProjectBoardViewController.php
--- a/src/applications/project/controller/PhabricatorProjectBoardViewController.php
+++ b/src/applications/project/controller/PhabricatorProjectBoardViewController.php
@@ -68,7 +68,9 @@
$columns = $column_query->execute();
$columns = mpull($columns, null, 'getSequence');
- if (empty($columns[0])) {
+ // TODO: Expand the checks here if we add the ability
+ // to hide the Backlog column
+ if (!$columns) {
switch ($request->getStr('initialize-type')) {
case 'backlog-only':
$unguarded = AphrontWriteGuard::beginScopedUnguardedWrites();

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 9, 4:24 PM (4 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7689696
Default Alt Text
D10651.diff (760 B)

Event Timeline