From 09c388ecee50550627d11ecf84486c41dce85552 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Fri, 31 Aug 2018 19:02:26 +0530 Subject: [PATCH] Correct the documentation of View/Edit data. Fixes #3604 --- docs/en_US/editgrid.rst | 4 ++-- docs/en_US/release_notes_3_3.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en_US/editgrid.rst b/docs/en_US/editgrid.rst index 60ef4914c..52a3e676e 100644 --- a/docs/en_US/editgrid.rst +++ b/docs/en_US/editgrid.rst @@ -38,7 +38,7 @@ Hover over an icon to display a tooltip that describes the icon's functionality. +----------------------+---------------------------------------------------------------------------------------------------+-------------+ | *Paste Row* | Click the *Paste Row* icon to paste the content that is currently on the clipboard. | | +----------------------+---------------------------------------------------------------------------------------------------+-------------+ -| *Delete Row* | Use the *Delete Row* icon to add a new row in the output panel. | | +| *Delete Row* | Use the *Delete Row* icon to delete all the selected rows from the output panel. | | +----------------------+---------------------------------------------------------------------------------------------------+-------------+ | *Filter* | Click the *Filter* icon to open a dialog that allows you to write and apply a filter for the | | | | content currently displayed in the output panel. Click the down arrow to open the *Filter* drop- | | @@ -67,7 +67,7 @@ Hover over an icon to display a tooltip that describes the icon's functionality. +----------------------+---------------------------------------------------------------------------------------------------+-------------+ | *Stop* | Click the *Stop* icon to cancel the execution of the currently running query. | | +----------------------+---------------------------------------------------------------------------------------------------+-------------+ -| *Clear query window* | Use the *Clear query window* drop-down menu to erase the contents of the *History* tab. | | +| *Clear History* | Use the *Clear History* drop-down menu to erase the contents of the *History* tab. | | +----------------------+---------------------------------------------------------------------------------------------------+-------------+ | *Download as CSV* | Click the *Download as CSV* icon to download the result set of the current query to a | F8 | | | comma-separated list. You can control the CSV settings through | | diff --git a/docs/en_US/release_notes_3_3.rst b/docs/en_US/release_notes_3_3.rst index c3d051ef5..b225c44b9 100644 --- a/docs/en_US/release_notes_3_3.rst +++ b/docs/en_US/release_notes_3_3.rst @@ -34,3 +34,4 @@ Bug fixes | `Bug #3561 `_ - Ensure sort/filter dialog should display proper message after losing database connection. | `Bug #3578 `_ - Ensure sql for Role should be visible in SQL panel for GPDB. | `Bug #3579 `_ - When building the Windows installer, copy system Python packages before installing dependencies to ensure we don't end up with older versions than intended. +| `Bug #3604 `_ - Correct the documentation of View/Edit data.