We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4039f0 commit f2a30a2Copy full SHA for f2a30a2
assets/js/activityController.js
@@ -1,7 +1,6 @@
1
/*
2
- * Scripts for the Relation controller behavior.
+ * Scripts for the Activity Log controller behavior.
3
*/
4
-
5
+ function ($) {
6
"use strict";
7
@@ -20,5 +19,5 @@
20
19
}
21
22
23
- $.oc.activityController = new ActivityController;
+ $.wn.activityController = new ActivityController;
24
}(window.jQuery);
controllers/activities/config_list.yaml
@@ -14,7 +14,7 @@ title: Manage Activities
14
# Link URL for each record
15
recordUrl: luketowers/easyaudit/activities/update/:id
16
17
-recordOnClick: '$.oc.activityController.clickActivityRecord(:id, this)'
+recordOnClick: '$.wn.activityController.clickActivityRecord(:id, this)'
18
# Message to display if the list is empty
noRecordsMessage: backend::lang.list.no_records
0 commit comments