pgAdmin III commit: Skip searching a R/W cell on a view

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Skip searching a R/W cell on a view
Date: 2010-09-03 22:00:31
Message-ID: 201009032200.o83M0Vop053222@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Skip searching a R/W cell on a view

If a user hits Enter at the end of a row, the edit grid searches the next
read/write cell of the displayed object. Unfortunately, there is no read/write
cell when displaying a view. This patch checks first if the object's kind is a
table. If it is, it proceeds to the search of a writable cell. Otherwise, it
simply picks up the next cell.

Report from David Jarvis.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=064d9488213dee9f7b4d7d55e1f8712be5c186cd

Modified Files
--------------
pgadmin/frm/frmEditGrid.cpp | 26 +++++++++++++++++++-------
1 files changed, 19 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-03 22:39:42 Re: Fwd: Pgadmin 1.12 rc1 editing bug
Previous Message Dave Page 2010-09-03 21:07:07 Re: Fwd: Pgadmin 1.12 rc1 editing bug