1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 21:40:55 +01:00

Add the quick shortcut to create an image macro. Maybe.

I don't actually have Phabricator installed locally so I have no idea if this works, but in theory this should add one of the + buttons in the left sidebar to quickly add a new macro.
This commit is contained in:
Grant Paul 2013-07-02 20:27:15 -07:00
parent d20f4f6f20
commit bba9f4cf21

View file

@ -21,6 +21,10 @@ final class PhabricatorApplicationMacro extends PhabricatorApplication {
public function getApplicationGroup() {
return self::GROUP_UTILITIES;
}
public function getQuickCreateURI() {
return $this->getBaseURI().'create/';
}
public function getRoutes() {
return array(