public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin4][Patch] - RM 5383 - Error related to OID displayed if Click on properties of synonym and Click on refresh button
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin4][Patch] - RM 5383 - Error related to OID displayed if Click on properties of synonym and Click on refresh button
@ 2020-04-14 05:59 Khushboo Vashi <[email protected]>
2020-04-14 08:39 ` Re: [pgAdmin4][Patch] - RM 5383 - Error related to OID displayed if Click on properties of synonym and Click on refresh button Akshay Joshi <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Khushboo Vashi @ 2020-04-14 05:59 UTC (permalink / raw)
To: pgadmin-hackers
Hi,
Please find the attached small patch to fix the RM #5383 - Error related to
OID displayed if Click on properties of synonym and Click on refresh button.
Thanks,
Khushboo
Attachments:
[application/octet-stream] RM_5383.patch (781B, 3-RM_5383.patch)
download | inline diff:
diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/__init__.py
index b50f50162..13623b737 100644
--- a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/__init__.py
+++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/__init__.py
@@ -311,7 +311,7 @@ class SynonymView(PGChildNodeView, SchemaDiffObjectCompare):
for row in rset['rows']:
return make_json_response(
data=self.blueprint.generate_browser_node(
- row['name'],
+ row['oid'],
scid,
row['name'],
icon="icon-%s" % self.node_type
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin4][Patch] - RM 5383 - Error related to OID displayed if Click on properties of synonym and Click on refresh button
2020-04-14 05:59 [pgAdmin4][Patch] - RM 5383 - Error related to OID displayed if Click on properties of synonym and Click on refresh button Khushboo Vashi <[email protected]>
@ 2020-04-14 08:39 ` Akshay Joshi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2020-04-14 08:39 UTC (permalink / raw)
To: Khushboo Vashi <[email protected]>; +Cc: pgadmin-hackers
Thanks, patch applied.
On Tue, Apr 14, 2020 at 11:29 AM Khushboo Vashi <
[email protected]> wrote:
> Hi,
>
> Please find the attached small patch to fix the RM #5383 - Error related
> to OID displayed if Click on properties of synonym and Click on refresh
> button.
>
> Thanks,
> Khushboo
>
>
--
*Thanks & Regards*
*Akshay Joshi*
*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2020-04-14 08:39 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 05:59 [pgAdmin4][Patch] - RM 5383 - Error related to OID displayed if Click on properties of synonym and Click on refresh button Khushboo Vashi <[email protected]>
2020-04-14 08:39 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox