@osovitny/anatoly 2.0.36 → 2.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/osovitny-anatoly.umd.js +1 -1
- package/bundles/osovitny-anatoly.umd.js.map +1 -1
- package/bundles/osovitny-anatoly.umd.min.js +1 -1
- package/bundles/osovitny-anatoly.umd.min.js.map +1 -1
- package/esm2015/lib/data/base/grid/base-grid-edit.service.js +2 -2
- package/fesm2015/osovitny-anatoly.js +1 -1
- package/fesm2015/osovitny-anatoly.js.map +1 -1
- package/package.json +1 -1
|
@@ -1847,7 +1847,7 @@
|
|
|
1847
1847
|
});
|
|
1848
1848
|
};
|
|
1849
1849
|
BaseGridEditService.prototype.post = function (action, data) {
|
|
1850
|
-
var url = this.baseUrl +
|
|
1850
|
+
var url = this.baseUrl + "/" + action + this.serializeParams(data);
|
|
1851
1851
|
return this.http.post(url, data).pipe(operators.map(function (res) { return res; }));
|
|
1852
1852
|
};
|
|
1853
1853
|
return BaseGridEditService;
|