Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15480847
D10651.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
760 B
Referenced Files
None
Subscribers
None
D10651.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 9, 4:56 PM (4 d, 8 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7689696
Default Alt Text
D10651.diff (760 B)
Attached To
Mode
D10651: Check for presence of any Columns before triggering initialization of Workboard
Attached
Detach File
Event Timeline
Log In to Comment