Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mSDxf-0003ck-KT for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Sep 2021 07:43:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mSDxe-0001ZI-Ib for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Sep 2021 07:43:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mSDxd-0001X6-Su for pgadmin-hackers@lists.postgresql.org; Mon, 20 Sep 2021 07:43:34 +0000 Received: from mail-io1-xd29.google.com ([2607:f8b0:4864:20::d29]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mSDxb-0002wV-F6 for pgadmin-hackers@postgresql.org; Mon, 20 Sep 2021 07:43:32 +0000 Received: by mail-io1-xd29.google.com with SMTP id n71so1569435iod.0 for ; Mon, 20 Sep 2021 00:43:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vRts+djzQX33W/+qWbh9DEV1sEE5JOItqdEUFfU3N0o=; b=X6SRWZH1f2iGoSn6kmasA8x4buOiozXUoSgzzpxPgd4F1gnsq0cNrHh5NTGipje5zh WRMPqbUbaABHEU4Pe4hH5rYM+FRMI2kIhYSu8BQJck+nDZADZSaxOqpqaUGDe8ipaOLj G/3q+rFmbjfrk5ehfQ8dHYzH1eMY3NMwtnsDdcEFxWGn/+iGIZoYjzcCyxUAKRBEs3jW SdI53PZ9rUISqAQaNo9WAYm/MFeUZc1PtJvwcTCDbajkFhzWYW10tULTbvd/fQRAXg6X 022H8VkHohYDZtEPV6YgVQha6Sqt8ygbnASslA0tJrpx1HoHAMv3a8ZE8xESAxo54dwR nlHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vRts+djzQX33W/+qWbh9DEV1sEE5JOItqdEUFfU3N0o=; b=ZWDBHNrfwiy942OwAbpxNuzncO4pU3jCn6oSIyDvfn59TzrPCVvRLxeiz9PPNhY+Ow 47sfESRKwGusION792NglhlXN2WBKxtsrh0BbKmxxQASKnHwCreju9ggOwSADlFP9Yf3 edQDARUGWI5cSAEw1R5tFPWb1kEzLekxoQ2a8IP4rb5nBi7vhrN8dKtnl7uVqlWpWyCi SZdQySpVKS49Dppd6xAirXF9KzgV4vftioZt4PqBOjb2aWaMMbKsxKiyAEhMC+OfMdPN MvmBXSNvpWbaTqbKamU2ehE7hI/KUYdKjtvjF/eAc6/WNnnjNebUiSUClKIk80Krlt8F Q9Bw== X-Gm-Message-State: AOAM530a/VwmUYm869gckRYKhkG58yV+LzEsI1cxL70mCVBWNQSbP0ob e9xjPebx2CXXXYSzLCoPKfUeK89DMFNHY+GxDTHpym/hd3HNtHCnF/298IJSZriIpJYLo7SQCLL Wo3T+q0jzG91iIE7L/E8WS1dlLBsNe3+I6noY0YfJSbpCxAqgPy77AN4j/6rTwdG0bAKVaGDZCO VZK77iF8uBdIAYie0SpoZcn61Y4KX4n7MD2qzMSvziEjW7TFuuuAH2hoT1sDzEtAY= X-Google-Smtp-Source: ABdhPJyfBuHbrbtHqrr7350RvzP5Zc5EJ7luclnaoFuOWdeYvEh9+sfKhtMhe8IYj492U6InVWx9zVlc9jAs89SvV4I= X-Received: by 2002:a6b:5106:: with SMTP id f6mr9181074iob.116.1632123810725; Mon, 20 Sep 2021 00:43:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Mon, 20 Sep 2021 13:13:19 +0530 Message-ID: Subject: Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue To: Rahul Shirsat Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000f7e4ae05cc686fa3" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000f7e4ae05cc686fa3 Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Mon, Sep 20, 2021 at 1:06 PM Rahul Shirsat < rahul.shirsat@enterprisedb.com> wrote: > Hi Akshay, > > Please find the updated patch. > > On Fri, Sep 17, 2021 at 8:55 PM Akshay Joshi < > akshay.joshi@enterprisedb.com> wrote: > >> Hi Rahul >> >> Patch not applied, rebase and send the patch again. >> >> On Thu, Sep 16, 2021 at 6:39 PM Rahul Shirsat < >> rahul.shirsat@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Please find the attached patch which resolves the below issue: >>> >>> 1. Enum Type - Unable to delete rows for Enum type in Create Type >>> dialogue. >>> 2. Range Type - Loading icons are shown in different drop down tabs. >>> >>> -- >>> *Rahul Shirsat* >>> Senior Software Engineer | EnterpriseDB Corporation. >>> >> >> >> -- >> *Thanks & Regards* >> *Akshay Joshi* >> *pgAdmin Hacker | Principal Software Architect* >> *EDB Postgres * >> >> *Mobile: +91 976-788-8246* >> > > > -- > *Rahul Shirsat* > Senior Software Engineer | EnterpriseDB Corporation. > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --000000000000f7e4ae05cc686fa3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Mon, Sep 20, 2021 at 1:06 PM = Rahul Shirsat <rahul.s= hirsat@enterprisedb.com> wrote:
Hi Akshay,

Pleas= e find the updated patch.

On Fri, Sep 17, 2021 at 8:55 PM Akshay Joshi= <aks= hay.joshi@enterprisedb.com> wrote:
Hi=C2=A0Rahul

Patch not applied, rebase and send the patch=C2=A0again.

On Thu, Sep = 16, 2021 at 6:39 PM Rahul Shirsat <rahul.shirsat@enterprisedb.com> wrote= :
Hi Hackers,

Please find the attached patch which reso= lves the below issue:

1. Enum Type - Unable to del= ete rows for Enum type in Create Type dialogue.
2. Range Type - L= oading icons are shown in different drop down tabs.
<= br>
--
Rahul Shirsat
Senior Software Engineer=C2=A0|=C2=A0EnterpriseDB=C2=A0Corpora= tion.


--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
Rahul Shirsat
Senior Software Engin= eer=C2=A0|=C2=A0EnterpriseDB=C2=A0Corporation.


--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--000000000000f7e4ae05cc686fa3--