Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1aIezg-0008E7-KI for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Jan 2016 16:06:56 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1aIezg-0004TF-2a for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Jan 2016 16:06:56 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1aIezf-0004RF-DZ for pgadmin-hackers@postgresql.org; Mon, 11 Jan 2016 16:06:55 +0000 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aIeza-0005xb-W9 for pgadmin-hackers@postgresql.org; Mon, 11 Jan 2016 16:06:54 +0000 Received: by mail-lb0-x22b.google.com with SMTP id sv6so249219000lbb.0 for ; Mon, 11 Jan 2016 08:06:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=yFUpnoG95AmY8ZnB5DzsHaRd8nDKHZpQTc0zyOLmLXQ=; b=P1699TIokz29iXvJc7R5/tuGTaWjtJNzZy0fGnjN/lnJzToHqRbFFcKG0PcP6+l8KU ld6iu9ABc0pAYKjmcJW4O1KzZJfRRvtUvGK29IlZ/J4Is3c+Zeh86OvRRT1XUWvOlDcL SpWaMWImX2DuziJUvXrbcXB3clOuXrjpXOmMsaN+18gIHTt/Jgd2tNemYnncxpDJDEeu NQT6RNJOLbttY2N6IeN6dBbDGsfwD1R6/eiHEC9x9f2Mw5YiRonBhJ8PCey0W2F9UeQM Lkdt5ekST4BSryZ5FtaWnmLk3PYZymIE1rzYnIm/XIQuOydQa2iU5UsgbUiqtkPjMHQh Lcvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=yFUpnoG95AmY8ZnB5DzsHaRd8nDKHZpQTc0zyOLmLXQ=; b=L9e3wWzWuWp+VYmYRpAIk8LV4XpRCNEm7hk9/uqHoY+aP2pHGv/gjGQuwl/+BQ3wmd Sbr42B8s/JkT1PCs9cMj1uJZ1Pm7aiDO+brv4Sxh5fjnXqzc15N68DblVxZqSQ98pS5s KrCf1JJJFMjFKfZxX9CRvLZYjt5Ab6iD2lobRINHsLNVe7mY0gcQroN6yXC+5UKB/Rkk tmAFRgdLmmW+rJrWSQU/YzXyWUwUasJ2SiJXdcf+I8e55ZqibPX4H2whTtKUdu71Ugu5 sdDDZelAMw6vq5xJNCTF6miZKmNP9rfNhxNIWP1ZYDD1KsLCDqc+ORqQ1Q++x90W/MLl ISuw== X-Gm-Message-State: ALoCoQmK8Fe3n+lCFmgZzzP+xiH2wogk5GIraOT9LXSbWVFDzwxr+LRBhadDSth9v1Ex2NAMWAX6xzjomCJ0u4cR0+usBojl3IHkWm76IKf33u5pILmDyGs= X-Received: by 10.112.172.130 with SMTP id bc2mr46000818lbc.132.1452528409001; Mon, 11 Jan 2016 08:06:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.182.105 with HTTP; Mon, 11 Jan 2016 08:06:29 -0800 (PST) In-Reply-To: <56939D79.60805@enterprisedb.com> References: <56939D79.60805@enterprisedb.com> From: Ashesh Vashi Date: Mon, 11 Jan 2016 21:36:29 +0530 Message-ID: Subject: Re: PATCH: Select2 control fix [ pgAdmin4 ] To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a11c385fad85b060529111f75 X-Pg-Spam-Score: -1.0 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a11c385fad85b060529111f75 Content-Type: text/plain; charset=UTF-8 Hi Murtuza, I am not able to apply the patch. Can you please rebase the patch? (Also - please set the proper line endings in your git repository.) -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Mon, Jan 11, 2016 at 5:48 PM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > Please find minor patch to fix issue in select2 control. > > Issue: We were not able to apply 'disabled' property from schema model on > select2 control. > > > Regards, > Murtuza > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > --001a11c385fad85b060529111f75 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Murtuza,

I am not able to a= pply the patch.
Can you please rebase the patch?

(Als= o -=C2=A0 please set the proper line endings in your git repository.)

--

Thanks & Regards,

A= shesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company

<= br>

<= a href=3D"http://www.linkedin.com/in/asheshvashi" target=3D"_blank">http= ://www.linkedin.com/in/asheshvashi


On Mon, Jan 11, 2016 at 5:48 PM, Murtuza Zab= uawala <murtuza.zabuawala@enterprisedb.com>= wrote:
Hi,

Please find minor patch to fix issue in select2 control.

Issue: We were not able to apply 'disabled' property from schema mo= del on select2 control.


Regards,
Murtuza


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=


--001a11c385fad85b060529111f75--