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 1mXJte-0005y2-3S for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Oct 2021 09:04:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mXJtd-0005P9-1e for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Oct 2021 09:04:29 +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 1mXJtc-0005P0-FL for pgadmin-hackers@lists.postgresql.org; Mon, 04 Oct 2021 09:04:28 +0000 Received: from mail-io1-xd32.google.com ([2607:f8b0:4864:20::d32]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mXJtZ-00063r-K7 for pgadmin-hackers@postgresql.org; Mon, 04 Oct 2021 09:04:27 +0000 Received: by mail-io1-xd32.google.com with SMTP id q205so19371381iod.8 for ; Mon, 04 Oct 2021 02:04:25 -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=TOypgOtYh+goXHrnSXeK5YwUAI4bRpzOTg3TyLsPI84=; b=NKNEsYqzBF7BDiTksAqPS1AzPTrndkc+pgWCyJA+mPNQWomGzOCLuRqgDifUjfZdku mIZm+2zbu8ZUJKd/DcXBTY8e6OSjNzyo/Ubu4YnCB4GROwphnjye3Vm+Y0+tf/AnR40r 5hsWBGkbhZxhcpSU0bKSWyWcuHOtaegmQaihjz2cJ6u8OlcsSKqtwEoUB4QltlUaMd2C 4/TAW150BKGUkTQlHtIRZwiHtYntJLmFjBQxwJymQSXkO6cxJc3zc7CGmhpUVWdPZGdu Yuq7pu03FLmBzUWhQCJ3bb8A5xPbmnM2/NjkC2h+L5lN/s5wDV2AgBvRpYrzoxOB6WDt +CbA== 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=TOypgOtYh+goXHrnSXeK5YwUAI4bRpzOTg3TyLsPI84=; b=aHsc6sWPszMN1As6OjW3S1sXFwJbO0/epNzXvcGq35EZrvHiA7R32d3SPgRX4S080I /GY4yd6TBJ5Sca6icGQi9d9mU/hFkLlzdATe7BqdKVKFuimPqd4AVndo6ZumG5LfVmld Q4HNUKVnlf7wa+7DWiK6z1+7AB8U0j5GfEhbCAIj+Qr24Qt2gQ+J3+kRs2qAWsN9pt+E ttf8CHpEAvS4Qazjy7bhBsmi6LYKe89s1hDoufrZA3nF5leJ4403QCqsmdu8bXjqzu2e OGSZKWQp+G4u00sSsDn3lg6s8dEabOm+1P6plC358dtx7kdpjKcnVL91cNB+HK4vc7LZ jS2g== X-Gm-Message-State: AOAM533XdeNvmkV6PMQ8qYaYCPNZJy9tzfE1f2AccfZrettk1gsuCNJo b5oSxSytiYH0N7FBlMbITZXwuiJK7Ba3pAPiyBM/D9r1s2zOGmAPrhGCEF8HTU0WkEecS2KO3ae xHf/1/ugB72JC9kPEpU9OhUjomR7yAtwE0T2PDHlkbC5dHBi84tAuveQ27LreGyFWOz05CZXM63 ZqxEz75kEshYA+Ef8t8md3CP/p+a/M/KlD0Xpi+8al4rdpAjajKPRL9rUC+w== X-Google-Smtp-Source: ABdhPJz2Pk2DmPMErIcy/u5NdUM5DDHOWIG1HZ25XzFFnTAIpAtS1e96wp/aoOjMijn0MizKrOB1T+smFMTyZvs4gd0= X-Received: by 2002:a02:9f95:: with SMTP id a21mr369555jam.40.1633338264607; Mon, 04 Oct 2021 02:04:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Mon, 4 Oct 2021 14:34:13 +0530 Message-ID: Subject: Re: [pgAdmin][RM6835]: Unable to edit publication in properties dialog. To: Pradip Parkale Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000000f740705cd8333e1" 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 --0000000000000f740705cd8333e1 Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Mon, Oct 4, 2021 at 1:33 PM Pradip Parkale < pradip.parkale@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for 1st part of #6835. > > - Unable to edit publication in the subscription dialog. > > > -- > Thanks & Regards, > Pradip Parkale > Software Engineer | EnterpriseDB Corporation > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --0000000000000f740705cd8333e1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Mon, Oct 4, 2021 at 1:33 = PM Pradip Parkale <pr= adip.parkale@enterprisedb.com> wrote:
Hi Hackers,

Please find the attached=C2=A0patch for 1st part of #6835.
    =
  • Unable to edit publication in the subscription dialog.

--
Thanks & Regards,
Pr= adip Parkale
Software Engineer | EnterpriseDB Corporation


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

--0000000000000f740705cd8333e1--