Skip to content

Commit 1acfa8d

Browse files
fix(update): fix update record regression when using scopes (#787)
1 parent 74ffaf3 commit 1acfa8d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "7.10.1",
2929
"bluebird": "2.9.25",
3030
"core-js": "3.6.5",
31-
"forest-express": "9.0.2",
31+
"forest-express": "9.0.3",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.19.4",

src/services/resource-updater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ResourceUpdater {
3333

3434
return new ResourceGetter(
3535
this._model,
36-
{ ...this.params, recordId: this._params.recordId },
36+
{ ...this._params, recordId: this._params.recordId },
3737
this._user,
3838
).perform();
3939
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5067,10 +5067,10 @@ for-in@^1.0.2:
50675067
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
50685068
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
50695069

5070-
forest-express@9.0.2:
5071-
version "9.0.2"
5072-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.0.2.tgz#83fb9f2b1bbe06a4f0f1771b3f232d6ebfd897c2"
5073-
integrity sha512-ig08ANGj9tGcryYnv7A5pu1KndkiozalfQ5sgEtUTU3AEZK3bFCQAYQFLdIXoYkz9xsUWPgY0EvoTGR+D/UuaQ==
5070+
forest-express@9.0.3:
5071+
version "9.0.3"
5072+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.0.3.tgz#3e7b65d249bf3ee8c826fbb178841c4694a41cce"
5073+
integrity sha512-yQTDmDpNvgtICcBshP4ezPHD+uI4G2RB0SGU4jcoALDVnc2qAQWRsca8KUs0Vw3VqqIGzGbbvN1HMb83sV22lw==
50745074
dependencies:
50755075
"@babel/runtime" "7.10.1"
50765076
base32-encode "1.1.1"

0 commit comments

Comments
 (0)