Skip to content

Commit a09b704

Browse files
committed
fix OneBuild.reorder, bump revision
1 parent b8f7c98 commit a09b704

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onehat/data",
3-
"version": "1.15.6",
3+
"version": "1.15.7",
44
"description": "JS data modeling package with adapters for many storage mediums.",
55
"main": "src/index.js",
66
"type": "module",

src/Repository/OneBuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class OneBuildRepository extends AjaxRepository {
256256
}
257257

258258
const data = {
259-
url: 'reorder',
259+
url: this.name + '/reorder',
260260
data: qs.stringify({
261261
ids: dragRecord.id,
262262
dropPosition,

0 commit comments

Comments
 (0)