deploy1 6 년 전
부모
커밋
7c13408c62
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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
         }
     }