Report Category Seed düzenlemesi
This commit is contained in:
parent
eaf07447a0
commit
8d389fc955
2 changed files with 7 additions and 7 deletions
|
|
@ -10127,7 +10127,7 @@
|
|||
"Code": "App.Reports.Management",
|
||||
"DisplayName": "App.Reports.Management",
|
||||
"Order": 2,
|
||||
"Url": "/admin/report/management",
|
||||
"Url": "/admin/reports/management",
|
||||
"Icon": "FcSimCardChip",
|
||||
"RequiredPermissionName": "App.Reports.Management",
|
||||
"IsDisabled": false
|
||||
|
|
@ -25735,18 +25735,18 @@
|
|||
"authority": ["App.DeveloperKit.Components"]
|
||||
},
|
||||
{
|
||||
"key": "admin.reports",
|
||||
"path": "/admin/reports",
|
||||
"key": "admin.reportManagement",
|
||||
"path": "/admin/reports/management",
|
||||
"componentPath": "@/views/report/DashboardPage",
|
||||
"routeType": "protected",
|
||||
"authority": ["App.Reports"]
|
||||
"authority": ["App.Reports.Management"]
|
||||
},
|
||||
{
|
||||
"key": "admin.reports.view",
|
||||
"path": "/admin/report/:id",
|
||||
"path": "/admin/reports/:id",
|
||||
"componentPath": "@/views/report/ReportViewerPage",
|
||||
"routeType": "protected",
|
||||
"authority": ["App.Reports.Update"]
|
||||
"authority": ["App.Reports.Categories"]
|
||||
}
|
||||
],
|
||||
"CustomEndpoints": [
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
|
|||
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
||||
}, {
|
||||
"url": "index.html",
|
||||
"revision": "0.9uf8m2a8h2o"
|
||||
"revision": "0.e9emm6ltkho"
|
||||
}], {});
|
||||
workbox.cleanupOutdatedCaches();
|
||||
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
||||
|
|
|
|||
Loading…
Reference in a new issue