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 1rOG2i-002jvS-L2 for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 11:49:45 +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 1rOG2h-001Ju1-Q2 for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 Jan 2024 11:49:43 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOG2h-001Jts-Il for pgadmin-hackers@lists.postgresql.org; Fri, 12 Jan 2024 11:49:43 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rOG2f-001AeW-7V for pgadmin-hackers@lists.postgresql.org; Fri, 12 Jan 2024 11:49:42 +0000 Received: from github.com (hubbernetes-node-3294be7.ash1-iad.github.net [10.56.159.37]) by smtp.github.com (Postfix) with ESMTPA id F0B89100759 for ; Fri, 12 Jan 2024 03:49:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1705060180; bh=5NeYMtQL6trHmvFfsYcN+nK1r8KTK9It816cUT0iQmQ=; h=Date:From:To:Subject:From; b=YHnlfCvf7qye14GEBeQifaCdBCuKbdFUUXP1RGUmU4FyFotQdCmUeEAd8VapsfnM8 jToMT0anJjLaB2sGthZdGywBhmkdf77WkFDMx97HFAeYCia3GQUmzLRg2hREyn9++f HzD+AnAfpALdRFizTFlTnTRWlCz7bYo29HPPwWkY= Date: Fri, 12 Jan 2024 03:49:39 -0800 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] ad0567: Add support for selecting a schema in the backup d... 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: ad0567bd85e3cec5249b25b01336c770a392def2 https://github.com/pgadmin-org/pgadmin4/commit/ad0567bd85e3cec5249b25b01336c770a392def2 Author: Nikhil Mohite Date: 2024-01-12 (Fri, 12 Jan 2024) Changed paths: M web/pgadmin/static/js/PgTreeView/index.jsx M web/pgadmin/static/js/components/PgTable.jsx M web/pgadmin/tools/backup/__init__.py M web/pgadmin/tools/grant_wizard/__init__.py Log Message: ----------- Add support for selecting a schema in the backup database dialog with no tables, mviews, views or foreign tables. #7053 Fixed a UI border issue on the dependencies tab for columns with icon. #7055