Some owners write workflows.

This commit is contained in:
epriestley
2011-04-03 22:03:27 -07:00
parent 5038ab850c
commit 23f882a0ee
24 changed files with 730 additions and 174 deletions

View File

@@ -260,8 +260,10 @@ class AphrontDefaultApplicationConfiguration
'/owners/' => array(
'$' => 'PhabricatorOwnersListController',
'view/(?P<view>[^/]+)/$' => 'PhabricatorOwnersListController',
'edit/(?P<id>\d+)/$' => 'PhabricatorOwnersEditController',
'new/$' => 'PhabricatorOwnersEditController',
'package/(?P<id>\d+)/$' => 'PhabricatorOwnersDetailController',
'new/$' => 'PhabricatorOwnersDetailController',
'delete/(?P<id>\d+)/$' => 'PhabricatorOwnersDeleteController',
),
);