@nocobase/actions 0.9.2-alpha.2 → 0.9.2-alpha.4
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/lib/actions/move.js +1 -1
- package/package.json +5 -5
package/lib/actions/move.js
CHANGED
|
@@ -118,7 +118,7 @@ class SortAbleCollection {
|
|
|
118
118
|
if (options.insertAfter) {
|
|
119
119
|
targetSort = targetSort + 1;
|
|
120
120
|
}
|
|
121
|
-
|
|
121
|
+
const scopeValue = _this4.scopeKey ? sourceInstance.get(_this4.scopeKey) : null;
|
|
122
122
|
let updateCondition;
|
|
123
123
|
let change;
|
|
124
124
|
if (targetSort > sourceSort) {
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/actions",
|
|
3
|
-
"version": "0.9.2-alpha.
|
|
3
|
+
"version": "0.9.2-alpha.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"types": "./lib/index.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@nocobase/cache": "0.9.2-alpha.
|
|
10
|
-
"@nocobase/database": "0.9.2-alpha.
|
|
11
|
-
"@nocobase/resourcer": "0.9.2-alpha.
|
|
9
|
+
"@nocobase/cache": "0.9.2-alpha.4",
|
|
10
|
+
"@nocobase/database": "0.9.2-alpha.4",
|
|
11
|
+
"@nocobase/resourcer": "0.9.2-alpha.4"
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
16
16
|
"directory": "packages/actions"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "96cb023f353a4fb099dea074c575be65ebab813f"
|
|
19
19
|
}
|