Re: Database selector

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Erwin Brandstetter <brsaweda(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Database selector
Date: 2010-12-28 18:01:36
Message-ID: 4D1A2600.7050005@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Le 28/12/2010 18:41, Erwin Brandstetter a écrit :
> On 29.10.2010 08:21, Guillaume Lelarge wrote:
>> Le 28/10/2010 00:33, Dave Page a écrit :
>>> On Thu, Oct 28, 2010 at 5:25 AM, Guillaume Lelarge
>>> <guillaume(at)lelarge(dot)info> wrote:
>>>> Dave, Magnus, any opinion on this?
>>>>
>>>> It sure isn't a lot of code, and one can think it is a bugfix. Not
>>>> really my opinion, but I don't object to apply it on 1.12.
>>>>
>>>> FYI:
>>>> http://code.pgadmin.org/trac/ticket/232
>>>>
>>>> http://github.com/gleu/pgadmin3/commit/8c358a7ead668bc7b2f7c845ab83b4b3c8f4d1aa
>>>>
>>> I think we can consider it a bug. It may not actually be a crash or
>>> anything, but it's certainly a UI design issue.
>>>
>> Done.
>
> I did some checks on fixes for 1.12.2 and found that this does not seem
> to be in the new version .. ?
>

It should be. It is in the CHANGELOG:

2010-10-28 GL 1.12.2 Select old values when connecting to another server.

and on git:

commit 9cb216f9a67838e041e65fd0f9fead425cdfe8b1
Author: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Date: Thu Sep 9 23:26:23 2010 +0200

Select old values when connecting to another server

When a user selects another server, the database and user comboboxes are
cleared and filled again with the new values. The last selected item
for both
comboboxes should be selected if they are still present.

Fixes #232.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Erwin Brandstetter 2010-12-28 19:18:48 Re: Database selector
Previous Message Erwin Brandstetter 2010-12-28 17:41:18 Re: Database selector