Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1889214
Adding + button to workboard columns
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
JohannesMP
Oct 28 2016, 12:27 PM
2016-10-28 12:27:49 (UTC+0)
Size
531 B
Referenced Files
None
Subscribers
None
Adding + button to workboard columns
View Options
if ($column->getProxyPHID()) {
$default_phid = $column->getProxyPHID();
} else {
$default_phid = $column->getProjectPHID();
}
$panel->addHeaderAction(id(new PHUIIconView())
->setIcon('fa-plus')
->setHref($this->getCreateURI())
->addSigil('column-add-task')
->setMetadata(
array(
'columnPHID' => $column->getPHID(),
'boardPHID' => $project->getPHID(),
'projectPHID' => $default_phid,
)
)
);
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
300956
Default Alt Text
Adding + button to workboard columns (531 B)
Attached To
Mode
P2015 Adding + button to workboard columns
Attached
Detach File
Event Timeline
Log In to Comment