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 1r8FAQ-008wo9-La for pgadmin-hackers@arkaria.postgresql.org; Wed, 29 Nov 2023 07:39:30 +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 1r8FAO-009TaQ-I7 for pgadmin-hackers@arkaria.postgresql.org; Wed, 29 Nov 2023 07:39:28 +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 1r8FAO-009TaI-9G for pgadmin-hackers@lists.postgresql.org; Wed, 29 Nov 2023 07:39:28 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r8FAH-007tfZ-9O for pgadmin-hackers@lists.postgresql.org; Wed, 29 Nov 2023 07:39:26 +0000 Received: from github.com (hubbernetes-node-eb75fd8.ash1-iad.github.net [10.56.200.80]) by smtp.github.com (Postfix) with ESMTPA id 4449B601020 for ; Tue, 28 Nov 2023 23:39:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701243560; bh=t2KrzoKQR95M9AttY7mZUy8C021t6SBvTgdis+GhyaQ=; h=Date:From:To:Subject:From; b=SDislF8a1w40KKLOJzGcKOaP+g8vY2A+g961b77fDuMtYMuRDRekRRss5EndAkvUF afVJ7swHIi+AabKcLKXAbFn2dpH80Xfhhtu6h5tvpo5kzRbj216uT5dJWOuLgFfjHG +NMeflMbZ0mb5iwe/xTtp+MCS593sLn0Ilg0i71g= Date: Tue, 28 Nov 2023 23:39:20 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] fd1a07: Fixed an issue where the Schema was not visible in... 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: fd1a0753bc3c2753853394eca3e7fecc517adda5 https://github.com/pgadmin-org/pgadmin4/commit/fd1a0753bc3c2753853394eca3e7fecc517adda5 Author: Akshay Joshi Date: 2023-11-29 (Wed, 29 Nov 2023) Changed paths: M docs/en_US/release_notes_8_1.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js M web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js Log Message: ----------- Fixed an issue where the Schema was not visible in the dropdown for table properties or when creating a new table. #6964