mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove the objects from the session while JSONify the objects, sent to
the server. Also - set width of the select2 container to 100% under backgrid.
This commit is contained in:
@@ -1484,6 +1484,8 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, Backform) {
|
||||
if (obj && method && method == 'GET') {
|
||||
res[k] = JSON.stringify(res[k]);
|
||||
}
|
||||
} else {
|
||||
delete res[k];
|
||||
}
|
||||
} else {
|
||||
res[k] = (obj && obj.toJSON());
|
||||
|
||||
Reference in New Issue
Block a user