Github user sebastianrothbucher commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/386#discussion_r29994800
--- Diff: app/addons/activetasks/actions.js ---
@@ -14,13 +14,14 @@ define([
'addons/activetasks/actiontypes',
'addons/activetasks/resources'
],
-function (FauxtonAPI, ActionTypes, Resources) {
+function (FauxtonAPI, ActionTypes, Resources, Actions) {
--- End diff --
What do we need the Actions param for? (at least it does not match with
above, and we _are_ w/in actions...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---