diff --git a/docs/en_US/release_notes_4_18.rst b/docs/en_US/release_notes_4_18.rst index 548d7d14d..1bce13f36 100644 --- a/docs/en_US/release_notes_4_18.rst +++ b/docs/en_US/release_notes_4_18.rst @@ -26,5 +26,6 @@ Bug fixes | `Issue #4827 `_ - Fix column resizable issue in the file explorer dialog. | `Issue #5000 `_ - Logout the pgAdmin session when no user activity of mouse move, click or keypress. | `Issue #5025 `_ - Fix an issue where settingĀ STORAGE_DIR to empty should show all the volumes on Windows in server mode. +| `Issue #5065 `_ - Updated the incorrect icon used for the cast node on refresh. | `Issue #5066 `_ - Fix an issue where refreshing a package results in the change in the object completely. | `Issue #5074 `_ - Fix an issue where select, insert and update scripts on tables throwing an error. \ No newline at end of file diff --git a/web/pgadmin/browser/server_groups/servers/databases/casts/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/casts/__init__.py index 582bac163..c012b9586 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/casts/__init__.py +++ b/web/pgadmin/browser/server_groups/servers/databases/casts/__init__.py @@ -303,7 +303,7 @@ class CastView(PGChildNodeView): row['oid'], did, row['name'], - icon="icon-fts_template" + icon="icon-cast" ), status=200 )