mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the SQL help issue for EDB Postgres Advanced Server. Fixes #4099
This commit is contained in:
@@ -66,7 +66,8 @@ class HelpModule(PgAdminModule):
|
||||
self.edbas_help_path = self.help_preference.register(
|
||||
'help', 'edbas_help_path',
|
||||
gettext("EDB Advanced Server Help Path"), 'text',
|
||||
'https://www.enterprisedb.com/docs/en/$VERSION$/pg/',
|
||||
'https://www.enterprisedb.com/edb-docs/d/postgresql/reference/'
|
||||
'manual/$VERSION$/',
|
||||
category_label=gettext('Help'),
|
||||
help_str=gettext(
|
||||
'Path to the EDB Advanced Server documentation. $VERSION$ '
|
||||
|
||||
Reference in New Issue
Block a user