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 1rYOZ6-00FmRI-NK for pgadmin-hackers@arkaria.postgresql.org; Fri, 09 Feb 2024 10:57:05 +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 1rYOZ5-008CT1-TD for pgadmin-hackers@arkaria.postgresql.org; Fri, 09 Feb 2024 10:57:03 +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 1rYOZ5-008CSt-MD for pgadmin-hackers@lists.postgresql.org; Fri, 09 Feb 2024 10:57:03 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rYOZ2-006HtR-UI for pgadmin-hackers@lists.postgresql.org; Fri, 09 Feb 2024 10:57:03 +0000 Received: from github.com (hubbernetes-node-8d3a059.ash1-iad.github.net [10.56.162.36]) by smtp.github.com (Postfix) with ESMTPA id F21C3100111 for ; Fri, 9 Feb 2024 02:56:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1707476219; bh=GOmFctZ2ihIzgt+tF238UrVN2uRr/saXhx8y7AMwRKk=; h=Date:From:To:Subject:From; b=KJh4TvGo7+a6VuUPRMW/od9iQrfR6fVTDx1Y4MbHE7wzT7z0Ruzvjrrw+uzbHhlNC 5/qlutOfmWKe+I2pMH01qbtgZ7vY26v48eDlYXJfwq6oygaxnmaZizL+OAJfYivPqZ gHUvpo6/pRUDrV6BHOpvl7EZ5ABHnRbf0D0XwXCk= Date: Fri, 09 Feb 2024 02:56:58 -0800 From: Anil Sahoo To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 9ad223: Fix an issue where constraint check control is ena... 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: 9ad223c41ccff2739d07549ca2ac7d16ac15f7a0 https://github.com/pgadmin-org/pgadmin4/commit/9ad223c41ccff2739d07549ca2ac7d16ac15f7a0 Author: Anil Sahoo Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/static/js/check_constraint.ui.js Log Message: ----------- Fix an issue where constraint check control is enabled in edit table dialog. #7164