commit d79888f: [Minor] Remove unused FooTable hook

moisseev moiseev at mezonplus.ru
Mon Oct 16 07:28:04 UTC 2023


Author: moisseev
Date: 2023-10-11 10:53:35 +0300
URL: https://github.com/rspamd/rspamd/commit/d79888f8efcbbb7263e021b73c3f9f94e4f8549b

[Minor] Remove unused FooTable hook
as the ability to set dropdown value through the FooTable options
is not used in the project.

---
 interface/js/app/rspamd.js | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js
index 67b60d973..763579ca6 100644
--- a/interface/js/app/rspamd.js
+++ b/interface/js/app/rspamd.js
@@ -824,19 +824,6 @@ function ($, visibility, NProgress, stickyTabs, tab_stat, tab_graph, tab_config,
                     self.removeFilter("action");
                 }
                 self.filter();
-            },
-            draw: function () {
-                this._super();
-                var action = this.find("action");
-                if (action instanceof FooTable.Filter) {
-                    if (action.query.val() === "reject -soft") {
-                        this.$action.val("reject");
-                    } else {
-                        this.$action.val(action.query.val());
-                    }
-                } else {
-                    this.$action.val(this.def);
-                }
             }
         });
         /* eslint-enable consistent-this, no-underscore-dangle, one-var-declaration-per-line */


More information about the Commits mailing list