Fix the help button link on the User Management dialog. Fixes #4934

pull/27/head
Dave Page 2019-11-14 11:51:26 +00:00
parent 42cd2a2276
commit 3d4d40fa02
3 changed files with 22 additions and 1 deletions

View File

@ -11,6 +11,7 @@ notes for it.
.. toctree::
:maxdepth: 1
release_notes_4_16
release_notes_4_15
release_notes_4_14
release_notes_4_13

View File

@ -0,0 +1,20 @@
************
Version 4.16
************
Release date: 2019-12-12
This release contains a number of bug fixes and new features since the release of pgAdmin4 4.15.
New features
************
Housekeeping
************
Bug fixes
*********
| `Issue #4934 <https://redmine.postgresql.org/issues/4934>`_ - Fix the help button link on the User Management dialog.

View File

@ -586,7 +586,7 @@ define([
label: gettext('Users'),
url: url_for(
'help.static', {
'filename': 'pgadmin_user.html',
'filename': 'user_management.html',
}),
},
}, {