Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bReUE-0008LK-JB for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Jul 2016 11:55:54 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bReUE-0005qn-5w for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Jul 2016 11:55:54 +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_2) (envelope-from ) id 1bReUD-0005qh-Q2 for pgadmin-hackers@postgresql.org; Mon, 25 Jul 2016 11:55:53 +0000 Received: from mail-io0-x22e.google.com ([2607:f8b0:4001:c06::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bReUA-0003Qr-RP for pgadmin-hackers@postgresql.org; Mon, 25 Jul 2016 11:55:52 +0000 Received: by mail-io0-x22e.google.com with SMTP id q83so159258009iod.1 for ; Mon, 25 Jul 2016 04:55:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=7hyCLlzDJGxXkZ9RXrgHXKn1Pa8ff1EyMoPzOzEoijw=; b=Kkl4WWCny8AhwC5Cwg5gYbzemh+4SAUk74zDLj1ktN9umCmM2Ij85PbhM0dwQic3nC frnc+AKYZUHOapsneMAHOqIjhX39V8oEQpc8JoYDZjMpgsUKNlDmb16GTW2+UBHWI8+s snRtw9kciCi2oK6uwr7Sp7ZcI8KpJ9AfTHl1UcCF4Irl+mvqJ/Dkio/cSyqYpUpSZ2Js zeFygU5SjJ7IME18MslETf511BuwXiMBf7aPZTGe7CAn2okbRlVvv0UEr/1NhGPKBkUP T8AZ8BEnnlqmaF+EesFUjvfi+cn0Va5sgmueDsqHch9WSDVy7wCEeD/D3/TMvkb2gXDV kfFg== 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; bh=7hyCLlzDJGxXkZ9RXrgHXKn1Pa8ff1EyMoPzOzEoijw=; b=FJZKjzccAVR/bru0WMNg7ntkRR0BWBzvEZqfPdd9KKtmqngolfnxXultRbc9gsIxA8 1qjcHvXr2LQQSU2RR9MIhX478Ur66za9YmUEp9xehmXjccyyxSSTn0uzFo11ZMlLNjyW eN4+gbG3E6dq72E+UlucQWrO4pDX2XsUYUSgUrRKp16O5BP0cK4I5Zt0/NlgKLFBBaHQ SlibgoeSOcqRoEx3C8qolxqR5aKS7KARqu3LdWQqMZm4Feo79TYbD20agTROa9kysvPE UqWg++rRVfZ8YgigudO4obfl0N6Yas2b6F1OVyj2pUw3yVYRSmczHKY6dwr/A5eRJjiq Cvcw== X-Gm-Message-State: AEkoouscLjdL1yxzz4TZHHJn0lyz0bVfPCrVJPVZrpY2iylURujrV9fbSC+LDBaxyqH1QdJ+FeziZfmoCu2VwQ== X-Received: by 10.107.201.138 with SMTP id z132mr20122756iof.156.1469447749718; Mon, 25 Jul 2016 04:55:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.208.97 with HTTP; Mon, 25 Jul 2016 04:55:49 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 25 Jul 2016 12:55:49 +0100 Message-ID: Subject: Re: patch for RM1460 [pgAdmin4] To: Harshal Dhumal Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) 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 Hi I thought I had, but clearly that was not the case. It all works now - committed. Sorry for the noise. On Mon, Jul 25, 2016 at 7:13 AM, Harshal Dhumal wrote: > Hi Dave, > > Can you please try again with clean cache. Above mentioned scenario is > working fine for me. > > Thanks. > > -- > Harshal Dhumal > Software Engineer > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Fri, Jul 22, 2016 at 9:13 PM, Dave Page wrote: >> >> Hi >> >> On Fri, Jul 22, 2016 at 10:26 AM, Harshal Dhumal >> wrote: >> > Hi, >> > >> > PFA attached patch to show save as option always and to show menu save >> > option only when file is changed. >> >> This doesn't seem to be working - if I open the query tool, write >> something, and save the file, the Save button and drop-down menu are >> then disabled so I cannot use Save As. >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers