mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolved an issue using wrong variable name for backbone-model, while
triggering events. Thanks Khushboo Vashi for reporting.
This commit is contained in:
@@ -329,8 +329,8 @@ function($, _, pgAdmin, Backbone, Backform, Alertify, Node) {
|
||||
if (url && !options_cached) {
|
||||
|
||||
var self = this,
|
||||
model = this.model, column = this.column,
|
||||
eventHandler = model.top || model,
|
||||
m = this.model, column = this.column,
|
||||
eventHandler = m.top || m,
|
||||
node = column.get('schema_node'),
|
||||
node_info = column.get('node_info'),
|
||||
full_url = node.generate_url.apply(
|
||||
|
||||
Reference in New Issue
Block a user