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 1qTibC-00AS0I-TC for pgadmin-hackers@arkaria.postgresql.org; Wed, 09 Aug 2023 12:47: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 1qTibA-0054OY-By for pgadmin-hackers@arkaria.postgresql.org; Wed, 09 Aug 2023 12:47:36 +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 1qTibA-0054O7-36 for pgadmin-hackers@lists.postgresql.org; Wed, 09 Aug 2023 12:47:36 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qTib7-001OiH-HK for pgadmin-hackers@lists.postgresql.org; Wed, 09 Aug 2023 12:47:35 +0000 Received: from github.com (hubbernetes-node-9403d4a.ac4-iad.github.net [10.52.139.10]) by smtp.github.com (Postfix) with ESMTPA id B32257011B4 for ; Wed, 9 Aug 2023 05:47:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691585252; bh=Y4iu4Xey9BUAp2+b0QXjt+Sz2NoGUJa/Dl/icd0NYIM=; h=Date:From:To:Subject:From; b=cdTeB2f6Nyf5saeHu08HBtPcU/96MTafDmtd8GaVMZLp9TDDUWK3UDi65c0tU4XxL mkNpT3RkBMi2Cj6ihKqE7b60xJuGhKivig3HO4ztiubmV9pYFFKQDO3JesV7TcxRjU 8TE8gSDc8bf/xskULKbW+GkeFFnTK2NHrj1hBi3I= Date: Wed, 09 Aug 2023 05:47:32 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] da71c0: Fixed an issue where the 'CASCADE' keyword is alwa... 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: da71c0c7464923d415ad2634ede369921a736f3d https://github.com/pgadmin-org/pgadmin4/commit/da71c0c7464923d415ad2634ede369921a736f3d Author: Akshay Joshi Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/extensions/__init__.py Log Message: ----------- Fixed an issue where the 'CASCADE' keyword is always visible while creating an Extension. #3942