Skip to content

Commit b74498f

Browse files
fix(middlewares): users should be able to execute a smart action on a smart collection (#1073)
Co-authored-by: Arnaud Moncel <[email protected]>
1 parent 80553aa commit b74498f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ mysql_min:
1616
MYSQL_DATABASE: forest-express-sequelize-test
1717
MYSQL_USER: forest
1818
MYSQL_PASSWORD: secret
19-
ports:
20-
- "127.0.0.1:8998:3306"
19+
ports :
20+
- "8998:3306"
2121

2222
mysql_max:
2323
image: mysql:8.0
@@ -27,8 +27,8 @@ mysql_max:
2727
MYSQL_DATABASE: forest-express-sequelize-test
2828
MYSQL_USER: forest
2929
MYSQL_PASSWORD: secret
30-
ports:
31-
- "127.0.0.1:8999:3306"
30+
ports :
31+
- "8999:3306"
3232

3333
maria_db:
3434
image: mariadb:10
@@ -38,5 +38,5 @@ maria_db:
3838
MYSQL_DATABASE: forest-express-sequelize-test
3939
MYSQL_USER: forest
4040
MYSQL_PASSWORD: secret
41-
ports:
42-
- "127.0.0.1:9000:3306"
41+
ports :
42+
- "9000:3306"

package.json

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4683,10 +4683,10 @@ for-in@^1.0.2:
46834683
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
46844684
integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==
46854685

4686-
4687-
version "10.1.8"
4688-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.8.tgz#9d87ee2117aac3533f1134d596faf60a9ba69dfc"
4689-
integrity sha512-ny3+ixPMtSal/TtYjAJFW4d/n1bGua9xzGtO65p5yGISps5xW+OFPr29R5kItXVL7qyRcGGVB6Z9k3o6iI7qlg==
4686+
4687+
version "10.1.10"
4688+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.10.tgz#14d4805f008e6b3417f55e8c03d1dacb1230b66a"
4689+
integrity sha512-5rpDPj+FPSTSKhaKRnTEZIgTX9QYV5VuQsm+ctSY2O4NSrcHvH40fprgr/IKp+p2AHC3oVjttGEGjt8zZNuXSA==
46904690
dependencies:
46914691
"@babel/runtime" "7.19.0"
46924692
"@forestadmin/context" "1.31.0"

0 commit comments

Comments
 (0)