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 1qqU83-00AVOL-Jm for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 07:59:39 +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 1qqU80-00E57T-MN for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 07:59:37 +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 1qqU80-00E57L-EB for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 07:59:37 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqU7y-001Qdq-25 for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 07:59:36 +0000 Received: from github.com (hubbernetes-node-11841be.ash1-iad.github.net [10.56.158.25]) by smtp.github.com (Postfix) with ESMTPA id 436E260009C for ; Wed, 11 Oct 2023 00:59:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697011172; bh=naX+e12ir6aPzmmH05BNSPspmlHpnVm/S/6lu6T9pK8=; h=Date:From:To:Subject:From; b=k52MzmH03NswfyVtCzVoV4Sc6tWYGFN6daF6tOrXt+7iBE3PC4eMZOMlyZxKXJXpQ dPWsbZzMRd8qVQTEHNyIGGcKdXho4ukxB7hbQznMi5T26NK7RcWDmwk5Z3g6qppFWj BXHhOVcCaTDFxlSsqSnLXxjDoZmBFlUmjpA9BisQ= Date: Wed, 11 Oct 2023 00:59:32 -0700 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 73430a: Fixed an issue where user was not able to assign n... 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: 73430a20620a2f4c8f0decaa4066675c5fcd3c7a https://github.com/pgadmin-org/pgadmin4/commit/73430a20620a2f4c8f0decaa4066675c5fcd3c7a Author: Pravesh Sharma Date: 2023-10-11 (Wed, 11 Oct 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js M web/pgadmin/static/js/SchemaView/index.jsx Log Message: ----------- Fixed an issue where user was not able to assign new/old columns as primary key once column with primary key is deleted. #5749