[Timeline] Inject resources into CSV action

This commit is contained in:
Victor Woeltjen
2016-04-15 08:51:22 -07:00
parent f683ca44a2
commit f16a107105
4 changed files with 21 additions and 13 deletions

View File

@@ -93,7 +93,11 @@ define([
"name": "Export Timeline as CSV",
"category": "contextual",
"implementation": ExportTimelineAsCSVAction,
"depends": [ "exportService", "notificationService" ]
"depends": [
"exportService",
"notificationService",
"resources[]"
]
}
],
"constants": [