PATCH: Fixed typo in Server node

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: Fixed typo in Server node
Date: 2016-05-06 10:14:12
Message-ID: CAKKotZRLW_+g-qqGA9RVN5dbM7FAJi651KtYKA=QA+j3R7H9og@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
fixed_typo.patch application/octet-stream 659 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2016-05-06 10:25:01 Re: [pgAdmin4] [Patch]: Foreign Table Module
Previous Message Khushboo Vashi 2016-05-06 09:41:03 [pgAdmin4][Patch]: Fixed an issue related to the Delete/Drop context Menu of the node