sumba 2.2.2 → 2.2.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.
@@ -12,9 +12,6 @@ async function afterBuildLocals (locals, req) {
12
12
  }
13
13
  items.push({ icon: 'envelope', 't:tooltip': 'contactForm', href: routePath('sumba:/help/contact-form') })
14
14
  items.push({ icon: 'chat', 't:tooltip': 'troubleTickets', href: routePath('sumba:/help/trouble-tickets') })
15
- for (const item of items) {
16
- if (locals._meta.url.startsWith(item.href)) item.active = true
17
- }
18
15
  locals.sidebar = items
19
16
  }
20
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumba",
3
- "version": "2.2.2",
3
+ "version": "2.2.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-02-09
4
+
5
+ - [2.2.3] Bug fix on sidebar menu
6
+
3
7
  ## 2026-02-08
4
8
 
5
9
  - [2.2.0] Add ```siteSetting.timeZone``` in config object