Report Category Seed düzenlemesi

This commit is contained in:
Sedat ÖZTÜRK 2025-08-15 16:57:33 +03:00
parent eaf07447a0
commit 8d389fc955
2 changed files with 7 additions and 7 deletions

View file

@ -10127,7 +10127,7 @@
"Code": "App.Reports.Management", "Code": "App.Reports.Management",
"DisplayName": "App.Reports.Management", "DisplayName": "App.Reports.Management",
"Order": 2, "Order": 2,
"Url": "/admin/report/management", "Url": "/admin/reports/management",
"Icon": "FcSimCardChip", "Icon": "FcSimCardChip",
"RequiredPermissionName": "App.Reports.Management", "RequiredPermissionName": "App.Reports.Management",
"IsDisabled": false "IsDisabled": false
@ -25735,18 +25735,18 @@
"authority": ["App.DeveloperKit.Components"] "authority": ["App.DeveloperKit.Components"]
}, },
{ {
"key": "admin.reports", "key": "admin.reportManagement",
"path": "/admin/reports", "path": "/admin/reports/management",
"componentPath": "@/views/report/DashboardPage", "componentPath": "@/views/report/DashboardPage",
"routeType": "protected", "routeType": "protected",
"authority": ["App.Reports"] "authority": ["App.Reports.Management"]
}, },
{ {
"key": "admin.reports.view", "key": "admin.reports.view",
"path": "/admin/report/:id", "path": "/admin/reports/:id",
"componentPath": "@/views/report/ReportViewerPage", "componentPath": "@/views/report/ReportViewerPage",
"routeType": "protected", "routeType": "protected",
"authority": ["App.Reports.Update"] "authority": ["App.Reports.Categories"]
} }
], ],
"CustomEndpoints": [ "CustomEndpoints": [

View file

@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812" "revision": "3ca0b8505b4bec776b69afdba2768812"
}, { }, {
"url": "index.html", "url": "index.html",
"revision": "0.9uf8m2a8h2o" "revision": "0.e9emm6ltkho"
}], {}); }], {});
workbox.cleanupOutdatedCaches(); workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {