Re: Beta3 - Grant Wizard doesn't work with single table

From: Dave Page <dpage(at)postgresql(dot)org>
To: Mike(dot)Blackwell(at)rrd(dot)com
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Beta3 - Grant Wizard doesn't work with single table
Date: 2007-08-21 19:32:39
Message-ID: 46CB3DD7.9060609@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Mike(dot)Blackwell(at)rrd(dot)com wrote:
>
> To reproduce:
>
> Select a table in the object browser window.
> Select Grant Wizard from the Tools menu.
>
> or
>
> Right click on a table in the object browser and select Grant Wizard.
>
> Note the Selection window does not list any tables, and OK cannot be
> selected after adding the permission information. It appears the
> Selection window should have an entry for the table that was current in
> the object browser window.
>
> I just checked and the same problem appears in 1.6.3. If the Grant
> Wizard is not supposed to work for a single table, perhaps those menu
> options could be disabled.

Thanks - the menu option was being displayed in the wrong place. I've
committed the following fix:

Enable the Grant Wizard only for schemas and collections of objects that
may have permissions set on them. In addition, only list objects we can
actually edit.

Regards, Dave

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2007-08-22 12:52:17 Re: pgadmin 1.8.0 beta3 bug
Previous Message Mike.Blackwell 2007-08-21 14:00:31 Beta3 - Grant Wizard doesn't work with single table