Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qq9Vl-008LnE-T8 for pgadmin-hackers@arkaria.postgresql.org; Tue, 10 Oct 2023 09:58:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qq9Vj-006VAF-3w for pgadmin-hackers@arkaria.postgresql.org; Tue, 10 Oct 2023 09:58:44 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qq9Vi-006V9k-Qu for pgadmin-hackers@lists.postgresql.org; Tue, 10 Oct 2023 09:58:43 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qq9Vf-001Giv-TU for pgadmin-hackers@lists.postgresql.org; Tue, 10 Oct 2023 09:58:42 +0000 Received: from github.com (hubbernetes-node-8beee5f.ac4-iad.github.net [10.52.202.124]) by smtp.github.com (Postfix) with ESMTPA id E02FE5E11AC for ; Tue, 10 Oct 2023 02:58:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696931917; bh=EM2WDcAQHHmLjSJo6W6ZVUaZKlKX3Y5/ilmImQlGPeE=; h=Date:From:To:Subject:From; b=i9rKgH6HqYoQRv8ptpC6FoTlDuKslYjmxrWAQHEH3/nqYmpdQSxvMYpjMiK7JQQVG bDDZAl99uy3dc1T5sdMu7HVh3MflgOoR9jzw+PbwQ1axvK8jCMTcotizlg79PLzPcQ VaPehS60IjAD+2HHCSyecL4/u/nHJ6DkRP3r3lnA= Date: Tue, 10 Oct 2023 02:58:37 -0700 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 6997d0: Fetch database objects after opening the backup di... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 6997d0149e6ff2aff93c8f18003c2bec06a5a299 https://github.com/pgadmin-org/pgadmin4/commit/6997d0149e6ff2aff93c8f18003c2bec06a5a299 Author: Nikhil Mohite Date: 2023-10-10 (Tue, 10 Oct 2023) Changed paths: M web/pgadmin/static/js/SchemaView/MappedControl.jsx M web/pgadmin/static/js/components/FormComponents.jsx M web/pgadmin/tools/backup/static/js/backup.js M web/pgadmin/tools/backup/static/js/backup.ui.js Log Message: ----------- Fetch database objects after opening the backup dialog. #6799