mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
data stringification was not done, when object was not modified, and
passed as it is and that leads to error during fetching the modified SQL. Thanks Neel for the point out.
This commit is contained in:
@@ -978,7 +978,7 @@
|
||||
url: msql_url,
|
||||
type: 'GET',
|
||||
cache: false,
|
||||
data: self.model.toJSON(true, 0, 'GET'),
|
||||
data: self.model.toJSON(true, 'GET'),
|
||||
dataType: "json",
|
||||
contentType: "application/json"
|
||||
}).done(function(res) {
|
||||
|
||||
Reference in New Issue
Block a user