Changeset View
Changeset View
Standalone View
Standalone View
src/applications/herald/adapter/HeraldManiphestTaskAdapter.php
| Show First 20 Lines • Show All 199 Lines • ▼ Show 20 Lines | foreach ($effects as $effect) { | ||||
| pht('Added projects.')); | pht('Added projects.')); | ||||
| break; | break; | ||||
| default: | default: | ||||
| throw new Exception("No rules to handle action '{$action}'."); | throw new Exception("No rules to handle action '{$action}'."); | ||||
| } | } | ||||
| } | } | ||||
| return $result; | return $result; | ||||
| } | } | ||||
| protected function getCustomFieldTemplateObject() { | |||||
| return new ManiphestTask(); | |||||
| } | |||||
| } | } | ||||