Page MenuHomePhorge

D25038.1729269478.diff
No OneTemporary

D25038.1729269478.diff

diff --git a/src/applications/project/storage/PhabricatorProjectColumn.php b/src/applications/project/storage/PhabricatorProjectColumn.php
--- a/src/applications/project/storage/PhabricatorProjectColumn.php
+++ b/src/applications/project/storage/PhabricatorProjectColumn.php
@@ -271,6 +271,18 @@
pht(
'For columns that proxy another object (like a subproject or '.
'milestone), the PHID of the object they proxy.')),
+ id(new PhabricatorConduitSearchFieldSpecification())
+ ->setKey('status')
+ ->setType('string')
+ ->setDescription(pht('Active or hidden status of the column.')),
+ id(new PhabricatorConduitSearchFieldSpecification())
+ ->setKey('isDefaultColumn')
+ ->setType('bool')
+ ->setDescription(pht('Whether this is the default column.')),
+ id(new PhabricatorConduitSearchFieldSpecification())
+ ->setKey('sequence')
+ ->setType('int')
+ ->setDescription(pht('The sequence in which this column appears on the workboard.')),
);
}
@@ -279,6 +291,9 @@
'name' => $this->getDisplayName(),
'proxyPHID' => $this->getProxyPHID(),
'project' => $this->getProject()->getRefForConduit(),
+ 'status' => $this->getStatus(),
+ 'isDefaultColumn' => $this->isDefaultColumn(),
+ 'sequence' => $this->getSequence(),
);
}

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 18, 16:37 (10 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
931710
Default Alt Text
D25038.1729269478.diff (1 KB)

Event Timeline