mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
parent
7d0aaf5add
commit
2677380d0c
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ final class ManiphestEditEngine
|
|||
return pht('Create Task');
|
||||
}
|
||||
|
||||
protected function getEditorURI() {
|
||||
return $this->getApplication()->getApplicationURI('task/edit/');
|
||||
}
|
||||
|
||||
protected function getCommentViewHeaderText($object) {
|
||||
$is_serious = PhabricatorEnv::getEnvConfig('phabricator.serious-business');
|
||||
if (!$is_serious) {
|
||||
|
|
Loading…
Reference in a new issue