From bc92837b4426599f29a37f84cddb61b57af67982 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Thu, 20 Mar 2014 18:49:12 +0100 Subject: [PATCH] queryupdater: pending not displayed automatically when a box is checked --- plugins/queryupdater/static/js/queryupdater.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/queryupdater/static/js/queryupdater.js b/plugins/queryupdater/static/js/queryupdater.js index b00f04fd..89afdf3d 100644 --- a/plugins/queryupdater/static/js/queryupdater.js +++ b/plugins/queryupdater/static/js/queryupdater.js @@ -131,7 +131,9 @@ // make sure the change is visible : toggle on the whole plugin // this might have to be made an 'auto-toggle' option of this plugin.. // also it might be needed to be a little finer-grained here - this.toggle_on(); + + // XXX we don't want to show automaticaly the pending when a checkbox is checked + //this.toggle_on(); switch(data.request) { case FIELD_REQUEST_ADD_RESET: -- 2.47.0