blog management kısmı listform olarak tanımlandı.
This commit is contained in:
parent
34579e9e90
commit
fbeba1bada
7 changed files with 897 additions and 61 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -513,9 +513,15 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"resourceName": "Platform",
|
"resourceName": "Platform",
|
||||||
"key": "App.Forum",
|
"key": "App.BlogManagement.Category",
|
||||||
"en": "Forum",
|
"en": "Blog Categories",
|
||||||
"tr": "Forum"
|
"tr": "Blog Kategorileri"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"resourceName": "Platform",
|
||||||
|
"key": "App.BlogManagement.Posts",
|
||||||
|
"en": "Blog Posts",
|
||||||
|
"tr": "Blog Yazıları"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"resourceName": "Platform",
|
"resourceName": "Platform",
|
||||||
|
|
@ -523,6 +529,12 @@
|
||||||
"en": "Forum Management",
|
"en": "Forum Management",
|
||||||
"tr": "Forum Yönetimi"
|
"tr": "Forum Yönetimi"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"resourceName": "Platform",
|
||||||
|
"key": "App.Forum",
|
||||||
|
"en": "Forum",
|
||||||
|
"tr": "Forum"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"resourceName": "Platform",
|
"resourceName": "Platform",
|
||||||
"key": "App.Home",
|
"key": "App.Home",
|
||||||
|
|
@ -6416,9 +6428,29 @@
|
||||||
"Code": "App.BlogManagement",
|
"Code": "App.BlogManagement",
|
||||||
"DisplayName": "App.BlogManagement",
|
"DisplayName": "App.BlogManagement",
|
||||||
"Order": 10,
|
"Order": 10,
|
||||||
"Url": "/admin/blogmanagement",
|
"Url": null,
|
||||||
"Icon": "FcTemplate",
|
"Icon": "FcTemplate",
|
||||||
"RequiredPermissionName": "App.BlogManagement",
|
"RequiredPermissionName": null,
|
||||||
|
"IsDisabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ParentCode": "App.BlogManagement",
|
||||||
|
"Code": "App.BlogManagement.Category",
|
||||||
|
"DisplayName": "App.BlogManagement.Category",
|
||||||
|
"Order": 1,
|
||||||
|
"Url": "/list/list-blogcategory",
|
||||||
|
"Icon": "FaCertificate",
|
||||||
|
"RequiredPermissionName": "App.BlogManagement.Category",
|
||||||
|
"IsDisabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ParentCode": "App.BlogManagement",
|
||||||
|
"Code": "App.BlogManagement.Posts",
|
||||||
|
"DisplayName": "App.BlogManagement.Posts",
|
||||||
|
"Order": 2,
|
||||||
|
"Url": "/list/list-blogposts",
|
||||||
|
"Icon": "FaWeixin",
|
||||||
|
"RequiredPermissionName": "App.BlogManagement.Posts",
|
||||||
"IsDisabled": false
|
"IsDisabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -6910,9 +6942,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"GroupName": "App.BlogManagement",
|
"GroupName": "App.BlogManagement",
|
||||||
"Name": "App.BlogManagement",
|
"Name": "App.BlogManagement.Category",
|
||||||
"ParentName": null,
|
"ParentName": null,
|
||||||
"DisplayName": "App.BlogManagement",
|
"DisplayName": "App.BlogManagement.Category",
|
||||||
|
"IsEnabled": true,
|
||||||
|
"MultiTenancySide": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"GroupName": "App.BlogManagement",
|
||||||
|
"Name": "App.BlogManagement.Posts",
|
||||||
|
"ParentName": null,
|
||||||
|
"DisplayName": "App.BlogManagement.Posts",
|
||||||
"IsEnabled": true,
|
"IsEnabled": true,
|
||||||
"MultiTenancySide": 2
|
"MultiTenancySide": 2
|
||||||
},
|
},
|
||||||
|
|
@ -7902,44 +7942,76 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"GroupName": "App.BlogManagement",
|
"GroupName": "App.BlogManagement",
|
||||||
"Name": "App.BlogManagement.Create",
|
"Name": "App.BlogManagement.Category.Create",
|
||||||
"ParentName": "App.BlogManagement",
|
"ParentName": "App.BlogManagement.Category",
|
||||||
"DisplayName": "Create",
|
"DisplayName": "Create",
|
||||||
"IsEnabled": true,
|
"IsEnabled": true,
|
||||||
"MultiTenancySide": 2
|
"MultiTenancySide": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"GroupName": "App.BlogManagement",
|
"GroupName": "App.BlogManagement",
|
||||||
"Name": "App.BlogManagement.Delete",
|
"Name": "App.BlogManagement.Category.Delete",
|
||||||
"ParentName": "App.BlogManagement",
|
"ParentName": "App.BlogManagement.Category",
|
||||||
"DisplayName": "Delete",
|
"DisplayName": "Delete",
|
||||||
"IsEnabled": true,
|
"IsEnabled": true,
|
||||||
"MultiTenancySide": 2
|
"MultiTenancySide": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"GroupName": "App.BlogManagement",
|
"GroupName": "App.BlogManagement",
|
||||||
"Name": "App.BlogManagement.Export",
|
"Name": "App.BlogManagement.Category.Export",
|
||||||
"ParentName": "App.BlogManagement",
|
"ParentName": "App.BlogManagement.Category",
|
||||||
"DisplayName": "Export",
|
"DisplayName": "Export",
|
||||||
"IsEnabled": true,
|
"IsEnabled": true,
|
||||||
"MultiTenancySide": 2
|
"MultiTenancySide": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"GroupName": "App.BlogManagement",
|
"GroupName": "App.BlogManagement",
|
||||||
"Name": "App.BlogManagement.Publish",
|
"Name": "App.BlogManagement.Category.Update",
|
||||||
"ParentName": "App.BlogManagement",
|
"ParentName": "App.BlogManagement.Category",
|
||||||
"DisplayName": "Publish",
|
"DisplayName": "Update",
|
||||||
"IsEnabled": true,
|
"IsEnabled": true,
|
||||||
"MultiTenancySide": 2
|
"MultiTenancySide": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"GroupName": "App.BlogManagement",
|
"GroupName": "App.BlogManagement",
|
||||||
"Name": "App.BlogManagement.Update",
|
"Name": "App.BlogManagement.Posts.Create",
|
||||||
"ParentName": "App.BlogManagement",
|
"ParentName": "App.BlogManagement.Posts",
|
||||||
|
"DisplayName": "Create",
|
||||||
|
"IsEnabled": true,
|
||||||
|
"MultiTenancySide": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"GroupName": "App.BlogManagement",
|
||||||
|
"Name": "App.BlogManagement.Posts.Delete",
|
||||||
|
"ParentName": "App.BlogManagement.Posts",
|
||||||
|
"DisplayName": "Delete",
|
||||||
|
"IsEnabled": true,
|
||||||
|
"MultiTenancySide": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"GroupName": "App.BlogManagement",
|
||||||
|
"Name": "App.BlogManagement.Posts.Export",
|
||||||
|
"ParentName": "App.BlogManagement.Posts",
|
||||||
|
"DisplayName": "Export",
|
||||||
|
"IsEnabled": true,
|
||||||
|
"MultiTenancySide": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"GroupName": "App.BlogManagement",
|
||||||
|
"Name": "App.BlogManagement.Posts.Update",
|
||||||
|
"ParentName": "App.BlogManagement.Posts",
|
||||||
"DisplayName": "Update",
|
"DisplayName": "Update",
|
||||||
"IsEnabled": true,
|
"IsEnabled": true,
|
||||||
"MultiTenancySide": 2
|
"MultiTenancySide": 2
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"GroupName": "App.BlogManagement",
|
||||||
|
"Name": "App.BlogManagement.Posts.Publish",
|
||||||
|
"ParentName": "App.BlogManagement.Posts",
|
||||||
|
"DisplayName": "Publish",
|
||||||
|
"IsEnabled": true,
|
||||||
|
"MultiTenancySide": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"GroupName": "App.ForumManagement",
|
"GroupName": "App.ForumManagement",
|
||||||
"Name": "App.ForumManagement.Create",
|
"Name": "App.ForumManagement.Create",
|
||||||
|
|
|
||||||
|
|
@ -350,22 +350,24 @@ public static class PlatformConsts
|
||||||
public const string Branch = "list-branch";
|
public const string Branch = "list-branch";
|
||||||
public const string ClaimType = "list-claimtype";
|
public const string ClaimType = "list-claimtype";
|
||||||
public const string Sector = "list-sector";
|
public const string Sector = "list-sector";
|
||||||
public const string ContactTag = "list-contactTag";
|
public const string ContactTag = "list-contacttag";
|
||||||
public const string ContactTitle = "list-contactTitle";
|
public const string ContactTitle = "list-contacttitle";
|
||||||
public const string Currency = "list-currency";
|
public const string Currency = "list-currency";
|
||||||
public const string CountryGroup = "list-countryGroup";
|
public const string CountryGroup = "list-countrygroup";
|
||||||
public const string Country = "list-country";
|
public const string Country = "list-country";
|
||||||
public const string State = "list-city";
|
public const string State = "list-city";
|
||||||
public const string SkillType = "list-skillType";
|
public const string SkillType = "list-skilltype";
|
||||||
public const string UomCategory = "list-uomCategory";
|
public const string UomCategory = "list-uomcategory";
|
||||||
|
public const string BlogCategory = "list-blogcategory";
|
||||||
|
public const string BlogPosts = "list-blogposts";
|
||||||
public const string ListformField = "list-listformfield";
|
public const string ListformField = "list-listformfield";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class Forms
|
public static class Forms
|
||||||
{
|
{
|
||||||
public const string FormLanguage = "form-language";
|
public const string FormLanguage = "form-language";
|
||||||
public const string FormUomCategory = "form-uomCategory";
|
public const string FormUomCategory = "form-uomcategory";
|
||||||
public const string FormSkillType = "form-skillType";
|
public const string FormSkillType = "form-skilltype";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -348,7 +348,15 @@ public static class SeedConsts
|
||||||
}
|
}
|
||||||
public const string BackgroundWorkers = Prefix.App + ".BackgroundWorkers";
|
public const string BackgroundWorkers = Prefix.App + ".BackgroundWorkers";
|
||||||
public const string PublicApis = Prefix.App + ".PublicApis";
|
public const string PublicApis = Prefix.App + ".PublicApis";
|
||||||
public const string Blog = Prefix.App + ".Blog";
|
|
||||||
|
public static class BlogManagement
|
||||||
|
{
|
||||||
|
public const string Default = Prefix.App + ".BlogManagement";
|
||||||
|
|
||||||
|
public const string BlogPosts = Default + ".Posts";
|
||||||
|
public const string BlogCategory = Default + ".Category";
|
||||||
|
}
|
||||||
|
|
||||||
public const string Forum = Prefix.App + ".Forum";
|
public const string Forum = Prefix.App + ".Forum";
|
||||||
|
|
||||||
//Administration
|
//Administration
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
|
||||||
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
||||||
}, {
|
}, {
|
||||||
"url": "index.html",
|
"url": "index.html",
|
||||||
"revision": "0.uun45k3p9s"
|
"revision": "0.mj87dckq3bo"
|
||||||
}], {});
|
}], {});
|
||||||
workbox.cleanupOutdatedCaches();
|
workbox.cleanupOutdatedCaches();
|
||||||
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
||||||
|
|
|
||||||
|
|
@ -57,12 +57,6 @@ const adminRoutes: Routes = [
|
||||||
component: lazy(() => import('@/views/admin/chart/ChartEdit')),
|
component: lazy(() => import('@/views/admin/chart/ChartEdit')),
|
||||||
authority: [],
|
authority: [],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: ROUTES_ENUM.admin.blog.management,
|
|
||||||
path: ROUTES_ENUM.admin.blog.management,
|
|
||||||
component: lazy(() => import('@/views/blog/BlogManagement')),
|
|
||||||
authority: [],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: ROUTES_ENUM.admin.forum.management,
|
key: ROUTES_ENUM.admin.forum.management,
|
||||||
path: ROUTES_ENUM.admin.forum.management,
|
path: ROUTES_ENUM.admin.forum.management,
|
||||||
|
|
|
||||||
|
|
@ -35,9 +35,6 @@ export const ROUTES_ENUM = {
|
||||||
edit: '/admin/listform/edit/:listFormCode',
|
edit: '/admin/listform/edit/:listFormCode',
|
||||||
},
|
},
|
||||||
chart: '/admin/chart/edit/:chartCode',
|
chart: '/admin/chart/edit/:chartCode',
|
||||||
blog: {
|
|
||||||
management: '/admin/blogmanagement',
|
|
||||||
},
|
|
||||||
forum: {
|
forum: {
|
||||||
view: '/admin/forum',
|
view: '/admin/forum',
|
||||||
management: '/admin/forummanagement',
|
management: '/admin/forummanagement',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue