From 0dfa5c7a78946608e82fd5d485c2c1d259749b66 Mon Sep 17 00:00:00 2001 From: Klaus Umbach Date: Wed, 28 Mar 2018 15:23:30 +0200 Subject: [PATCH] [Fix] add 'rewrite subject' to History dropdown --- interface/js/app/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/js/app/history.js b/interface/js/app/history.js index ff23906b7..af0a2a80e 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -428,7 +428,7 @@ function($, _, Humanize) { construct : function(instance) { this._super(instance); this.actions = [ 'reject', 'add header', 'greylist', - 'no action', 'soft reject' ]; + 'no action', 'soft reject', 'rewrite subject' ]; this.def = 'Any action'; this.$action = null; }, -- 2.39.5