1) Added browse button to select the binary path in the Preferences. Fixes #1561

2) Added support to set the binary path for the different database server versions. Fixes #5370
This commit is contained in:
Akshay Joshi
2021-06-04 17:55:35 +05:30
parent ac8e8961ce
commit 4bc4ca1ba9
26 changed files with 930 additions and 302 deletions

View File

@@ -307,6 +307,8 @@ define('pgadmin.preferences', [
return 'keyboardShortcut';
case 'radioModern':
return 'radioModern';
case 'selectFile':
return 'binary-paths-grid';
default:
if (console && console.warn) {
// Warning for developer only.
@@ -476,7 +478,7 @@ define('pgadmin.preferences', [
overflow: !1,
title: gettext('Preferences'),
closableByDimmer: false,
modal: false,
modal: true,
pinnable: false,
},
};