Updated comment for enrichment modules to refence value used for enrichment for added context

pull/1996/head
kx499 2017-02-26 13:21:08 -05:00
parent 6f8db935a6
commit 0b2b49d6f4
1 changed files with 1 additions and 1 deletions

View File

@ -3936,7 +3936,7 @@ class EventsController extends AppController {
$importComment = $result['comment'];
}
else {
$importComment = 'Enriched via the ' . $module . ' module';
$importComment = $attribute[0]['Attribute']['value'] . ': Enriched via the ' . $module . ' module';
}
$typeCategoryMapping = array();
foreach ($this->Event->Attribute->categoryDefinitions as $k => $cat) {