mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix SQL help for EPAS 10+, and refactor the URL generation code into a testable function. Fixes #4099
This commit is contained in:
@@ -55,7 +55,7 @@ class HelpModule(PgAdminModule):
|
||||
self.pg_help_path = self.help_preference.register(
|
||||
'help', 'pg_help_path',
|
||||
gettext("PostgreSQL Help Path"), 'text',
|
||||
'https://www.postgresql.org/docs/$VERSION$/static/',
|
||||
'https://www.postgresql.org/docs/$VERSION$/',
|
||||
category_label=gettext('Help'),
|
||||
help_str=gettext(
|
||||
'Path to the PostgreSQL documentation. $VERSION$ will be '
|
||||
|
||||
Reference in New Issue
Block a user