sumba 2.7.2 → 2.7.3

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/index.js CHANGED
@@ -215,7 +215,7 @@ async function factory (pkgName) {
215
215
  const userTeam = await mdl.findAllRecord({ query })
216
216
  if (userTeam.length === 0) return
217
217
  delete query.userId
218
- query.id = { $in: map(userTeam, 'id') }
218
+ query.id = { $in: map(userTeam, 'teamId') }
219
219
  query.status = 'ENABLED'
220
220
  mdl = this.app.dobo.getModel('SumbaTeam')
221
221
  const team = await mdl.findAllRecord({ query })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumba",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "description": "Biz Suite for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-03-08
4
+
5
+ - [2.7.3] Bug fix on ```mergeTeam()```
6
+
3
7
  ## 2026-03-07
4
8
 
5
9
  - [2.7.1] Bug fix on ```site``` attachment