Re: PATCH: Fixed typo in Server node - Mailing list pgadmin-hackers

From Dave Page
Subject Re: PATCH: Fixed typo in Server node
Date
Msg-id CA+OCxoxxer8WrntwcctX_s7hQhqLTA6SSa_4TM7H7bx0zN3P3w@mail.gmail.com
Whole thread Raw
In response to PATCH: Fixed typo in Server node  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
List pgadmin-hackers
Thanks - applied.

On Fri, May 6, 2016 at 11:14 AM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.com> wrote:
> Hi,
>
> Looks like below given commit has left a typo in the code, I’m getting error
> while updating any Server node,
>
> Commit:
> 0628ee04 web/pgadmin/browser/server_groups/servers/__init__.py (Dave Page
> 2016-05-05 16:42:16 +0100 377)
> node=self.blueprint.generate_browser_node(
>
> Error:
>     return method(*args, **kwargs)
>   File
> "/Users/murtuza/Desktop/pgadmin4/web/pgadmin/browser/server_groups/servers/__init__.py",
> line 385, in update
>     server_type='pg'  # default server type
> TypeError: make_json_response() got an unexpected keyword argument ‘node'
>
>
>
> PFA patch to fix the issue.
>
>
>
> Regards,
> Murtuza
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix a typo introduced in a merge.
Next
From: Murtuza Zabuawala
Date:
Subject: PATCH: Initiale for "Restore Utility" [pgAdmin4]