From c7c2f4a482fd73a3b37557eca060b2d773c2b309 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 17 Jan 2018 16:31:16 +0000 Subject: [PATCH] Bug fix: do not (try to) launch the backup if the backup detection told us that the backup is not possible! SVN:trunk[5285] --- datamodels/2.x/itop-hub-connector/js/hub.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datamodels/2.x/itop-hub-connector/js/hub.js b/datamodels/2.x/itop-hub-connector/js/hub.js index 952b2e36f..cf4387d52 100644 --- a/datamodels/2.x/itop-hub-connector/js/hub.js +++ b/datamodels/2.x/itop-hub-connector/js/hub.js @@ -68,7 +68,8 @@ $(function() } else { - $('#backup_status').html(data.message); + $('#backup_status').html(data.message); + $('#backup_checkbox').prop('checked', false); } if ($('#hub_start_installation').hasClass('ui-button')) {