pgAdmin 4 commit: Fixed an issue where the user is unable to change the

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the user is unable to change the
Date: 2020-10-05 09:10:29
Message-ID: E1kPMVp-0002VQ-ES@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the user is unable to change the macro name. Fixes #5885

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c28509ac2880f7db5407395bde53beca33126601
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst | 3 ++-
web/pgadmin/tools/sqleditor/tests/test_macros.py | 32 ++++++++++++++++++++++--
web/pgadmin/tools/sqleditor/utils/macros.py | 4 +--
3 files changed, 34 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-10-05 09:11:27 Re: [pgAdmin][RM5843] [SQL] - Some 'options' values for function not shown in sql
Previous Message Khushboo Vashi 2020-10-05 07:49:50 [pgAdmin4][Patch] - RM 5885 - Macro Support - Not able to change the Name