deploy1 6 năm trước cách đây
mục cha
commit
7c13408c62
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      lib/actionsfilters.js

+ 3 - 1
lib/actionsfilters.js

@@ -89,7 +89,9 @@ module.exports = function create_tool() {
     function list_filters_and_actions() {
         return {
             "filters": filters,
-            "actions": actions
+            "actions": actions,
+            "actions_applied": actions_applied,
+            "filters_applied": filters_applied
         }
     }