mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Stringify the data only during GET mode.
This commit is contained in:
@@ -978,7 +978,7 @@
|
||||
url: msql_url,
|
||||
type: 'GET',
|
||||
cache: false,
|
||||
data: self.model.toJSON(true),
|
||||
data: self.model.toJSON(true, 0, 'GET'),
|
||||
dataType: "json",
|
||||
contentType: "application/json"
|
||||
}).done(function(res) {
|
||||
|
||||
Reference in New Issue
Block a user