From c0f3d9fe4c5b5cad3007214769dd5fd0b3a109a5 Mon Sep 17 00:00:00 2001 From: Knut Anderssen Date: Thu, 10 Jun 2021 08:45:55 +0100 Subject: [PATCH] Document reason to set to_target when writing --- src/modules/Proxy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/Proxy.rb b/src/modules/Proxy.rb index 310d054..f0fc562 100644 --- a/src/modules/Proxy.rb +++ b/src/modules/Proxy.rb @@ -214,6 +214,8 @@ def Write # user can't relogin in installation and update, do not show the msg then (bnc#486037, bnc#543469) ProxyFinishPopup(true) if Mode.normal + # By now the configuration written to the inst-sys should be copied always to the target + # system, so it is set here in order to discharge others from establishing it. (bsc#1185016) @to_target = true if Stage.initial @modified = false