AW: Query tool does not load pgadmin 4

2020-03-13 Thread Harald.Immerheiser
Hi Aditya, it is not a problem with the browser cache, it is a different behaviour if pgadmin is startet in the addressline oft he browser or via link clicking from an other site. If document.referrer is empty then Query tool can start in another browser tab. If document referrer contains anothe

Query tool does not load pgadmin 4

2020-03-13 Thread Harald.Immerheiser
Hello, I am using pgadmin 4.19 in server mode and the query editor in a new browser tab just keeps spinning and says loading. In the Browser Console i can see th messsage: TypeError: e.get_preference(...) is undefined If i start the Query tool in the same window, it works fine. (File>Preference

Dashboard-Server activity-Details does not work if pgAdmin4 is startet per Hyperlink from an other host

2019-03-29 Thread Harald.Immerheiser
Hi, i use a link in a Wiki on an other host to start a pgAdmin Session in my browser. If i open the Details for a session in the Server activity window on the Dashboard, i get an exception in the Browser (Firefox): DOMException: Permission denied to access property "pgAdmin" on cross-origin ob

pgAdmin4 v2.1 pip-wheel does not install flask_htmlmin

2018-01-13 Thread Harald.Immerheiser
I installed the pip-wheel but it does not start because flask_htmlmin is missing: bash-4.2# python /usr/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py", line 67, in app = create_app() File "/

pgAdmin4 v2.0 does not display time value 24:00:00

2017-11-16 Thread Harald.Immerheiser
The data grid in pgAdmin4 does not display the correct value if a column with datatype time has the value 24:00 : Query: select '24:00'::time, '24:00'::time::text Result: '00:00:00','24:00:00' pgAdmin3 shows the correct values: Result: '24:00:00','24:00:00' Regards Harald Immerheiser smi