dbaccess/source/ui/dlg/ConnectionPage.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 10444727db12d371e99c4ce4bdb74cf9ca8b87b8 Author: Julien Nabet <[email protected]> AuthorDate: Sat May 16 19:39:29 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun May 17 11:20:34 2020 +0200 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94374 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(); } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
