Fix the help button link on the User Management dialog. Fixes #4934
parent
42cd2a2276
commit
3d4d40fa02
|
@ -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
|
||||
|
|
|
@ -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.
|
|
@ -586,7 +586,7 @@ define([
|
|||
label: gettext('Users'),
|
||||
url: url_for(
|
||||
'help.static', {
|
||||
'filename': 'pgadmin_user.html',
|
||||
'filename': 'user_management.html',
|
||||
}),
|
||||
},
|
||||
}, {
|
||||
|
|
Loading…
Reference in New Issue