@finema/finework-layer 2.0.7 → 2.0.8
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/CHANGELOG.md +2 -0
- package/app/components/PortalApp.vue +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.8](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.7...2.0.8) (2026-07-03)
|
|
4
|
+
|
|
3
5
|
## [2.0.7](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.6...2.0.7) (2026-07-03)
|
|
4
6
|
|
|
5
7
|
## [2.0.6](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.5...2.0.6) (2026-07-01)
|
|
@@ -398,19 +398,19 @@ const managementApps = computed(() => [
|
|
|
398
398
|
name: 'tor',
|
|
399
399
|
logo: '/admin/tor.svg',
|
|
400
400
|
label: 'TOR',
|
|
401
|
-
description: 'ระบบสร้างตารางเปรียบเทียบข้อกำหนด
|
|
401
|
+
description: 'ระบบสร้างตารางเปรียบเทียบข้อกำหนด',
|
|
402
402
|
to: routes.tor.home.to,
|
|
403
403
|
status: StatusPortal.ACTIVE,
|
|
404
404
|
},
|
|
405
405
|
]
|
|
406
406
|
: []),
|
|
407
|
-
...(auth.hasPermission(UserModule.
|
|
407
|
+
...(auth.hasPermission(UserModule.SETTING, Permission.SUPER)
|
|
408
408
|
? [
|
|
409
409
|
{
|
|
410
410
|
name: 'support',
|
|
411
411
|
logo: '/admin/support.svg',
|
|
412
412
|
label: 'Support',
|
|
413
|
-
description: '
|
|
413
|
+
description: 'Heatmap Monitor & Report',
|
|
414
414
|
// to: routes.support.support.to,
|
|
415
415
|
to: '/',
|
|
416
416
|
status: StatusPortal.DEVELOPING,
|