[pgAdmin4] PATCH: Fix for menu.js

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4] PATCH: Fix for menu.js
Date: 2016-05-11 05:13:02
Message-ID: CAM5-9D9CEXW0dw4E9jM2pS9ucuuC2w9L5Ga1yjyRZDQe9mHSsg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix an issue in menu.js,

Issue: Using "underscore.string" library without adding it in *define([])*
breaks the code at line: 112

This is reproduced when I click on context menu.

Thanks,
Surinder Kumar

Attachment Content-Type Size
fix_menu_js_issue.patch application/octet-stream 457 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-11 06:41:13 pgAdmin 4 commit: Adding missing dependency 'underscore.string' in the
Previous Message Surinder Kumar 2016-05-10 18:13:56 Re: [pgAdmin4][Patch]: File Manager & Backform FileControl