waibu-bootstrap 2.12.2 → 2.12.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.
@@ -20,7 +20,7 @@ async function formSelectExt () {
20
20
  const { base64JsonDecode } = this.app.waibu
21
21
  const { req } = this.component
22
22
  let apiKey = ''
23
- if (req.user && this.app.sumba) apiKey = await this.app.sumba.getApiKeyFromUserId(req.user.id)
23
+ if (req.user && req.user.id && this.app.sumba) apiKey = await this.app.sumba.getApiKeyFromUserId(req.user.id)
24
24
  const xref = this.params.attr['x-ref'] ?? this.params.attr.name
25
25
  this.params.attr.id = this.params.attr.id ?? generateId('alpha')
26
26
  this.params.attr['x-ref'] = xref
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-bootstrap",
3
- "version": "2.12.2",
3
+ "version": "2.12.3",
4
4
  "description": "Bootstrap suport for Waibu 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-06-11
4
+
5
+ - [2.12.3] Bug fix in ```form-select-ext``` widget
6
+
3
7
  ## 2026-06-05
4
8
 
5
9
  - [2.12.2] Bug fix in ```form-input``` widget