On Tue, Oct 6, 2020 at 12:51 PM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi Akshay,
>
> We have used aysnc=False in most ajax calls with this feature, It is
> causing UI hang in case of slow server response.
> You can try adding a time.sleep() call at the python side respon
Fixed the following issues for RM 3794:
1. Updated connection success message. (Added database name in the success
message.)
2. Resolve issue of the mouse pointer and dropdown will show below the
connection string only.
3. Added loader for both new connections and load existing connections.
4. R
Added gettext and escape around Macro name and label. Fixes #5894
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=483eeeca3955bddd72408fd1b43767cb621993a8
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/static/js/sqleditor
Thanks, patch applied.
On Wed, Oct 7, 2020 at 12:11 PM Nikhil Mohite <
nikhil.moh...@enterprisedb.com> wrote:
> Hi Akshay,
>
> I checked the implementation and found 2 locations which I missed in the
> last patch to remove async: False.
> I have removed all occurrences of async: False now also ad