mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
- Add support for creating a function with custom return type. #6854
- Fixed an issue where create object dialog title was not showing object type name.
This commit is contained in:
@@ -90,7 +90,7 @@ define('pgadmin.browser.node', [
|
||||
|
||||
title: function(d, action) {
|
||||
if(action == 'create') {
|
||||
return gettext('Create - %s', this._label);
|
||||
return gettext('Create - %s', this.label);
|
||||
}
|
||||
return d._label??'';
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user