pgAdmin 4 commit: Fix the file manager when used under Python 3. Fixes

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix the file manager when used under Python 3. Fixes
Дата
Msg-id E1bxYE6-0004s2-Du@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the file manager when used under Python 3. Fixes #1872

Issues fixed:

1) In Python 3, parameter "cmp" is removed from sorted method. So File Manager won't open.
As we are sorting data on JS side using Natural sort, so on server side sorting is not required.

2) Improvement in Exception handling.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d806a9ce9ed269e53c256d747dba46810f78eb87
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To display Security Label control properly in procedure node(pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM1872 - Not able to open the File Manager