From 10444727db12d371e99c4ce4bdb74cf9ca8b87b8 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 16 May 2020 19:39:29 +0200 Subject: tdf#97416: fix Database password properties in ODB file not re-settable via UI Just call save_state() of the checkbox Change-Id: I3fa434b080efdcd284fba8e2f73d8e4846870576 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94363 Tested-by: Jenkins Reviewed-by: Lionel Elie Mamane Reviewed-by: Julien Nabet Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94374 --- dbaccess/source/ui/dlg/ConnectionPage.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/dlg/ConnectionPage.cxx b/dbaccess/source/ui/dlg/ConnectionPage.cxx index 2fec1cee16b6..e763e3097c2d 100644 --- a/dbaccess/source/ui/dlg/ConnectionPage.cxx +++ b/dbaccess/source/ui/dlg/ConnectionPage.cxx @@ -238,6 +238,7 @@ namespace dbaui m_xUserName->save_value(); m_xConnectionURL->save_value(); m_xJavaDriver->save_value(); + m_xPasswordRequired->save_state(); } } -- cgit