diff --git a/api/src/Sozsoft.Platform.Application/GlobalSearch/GlobalSearchMappers.cs b/api/src/Sozsoft.Platform.Application/GlobalSearch/GlobalSearchMappers.cs new file mode 100644 index 0000000..49ed5ac --- /dev/null +++ b/api/src/Sozsoft.Platform.Application/GlobalSearch/GlobalSearchMappers.cs @@ -0,0 +1,22 @@ +using Riok.Mapperly.Abstractions; +using Sozsoft.Platform.Entities; +using Volo.Abp.Mapperly; + +namespace Sozsoft.Platform.GlobalSearchs; + +[Mapper(RequiredMappingStrategy = RequiredMappingStrategy.Target)] +public partial class GlobalSearchToGlobalSearchResultDtoMapper + : MapperBase +{ + public override partial GlobalSearchResultDto Map(GlobalSearch source); + + public override partial void Map(GlobalSearch source, GlobalSearchResultDto destination); + + public override void BeforeMap(GlobalSearch source) + { + } + + public override void AfterMap(GlobalSearch source, GlobalSearchResultDto destination) + { + } +} diff --git a/api/src/Sozsoft.Platform.EntityFrameworkCore/Seeds/TenantData.json b/api/src/Sozsoft.Platform.EntityFrameworkCore/Seeds/TenantData.json index 2e224e1..d7986de 100644 --- a/api/src/Sozsoft.Platform.EntityFrameworkCore/Seeds/TenantData.json +++ b/api/src/Sozsoft.Platform.EntityFrameworkCore/Seeds/TenantData.json @@ -266,21 +266,21 @@ "group": "Setting Definitions", "term": "Abp.Account.Captcha.EndPoint", "weight": "0.2", - "url": "/list/List-0009" + "url": "/admin/list/App.SettingDefinitions" }, { "system": "Platform", "group": "Setting Definitions", "term": "Abp.Account.IsSelfRegistrationEnabled", "weight": "0.8", - "url": "/list/List-0009" + "url": "/admin/list/App.SettingDefinitions" }, { "system": "Platform", "group": "Setting Definitions", "term": "Abp.Account.IsSelfRegistrationEnabled", "weight": "0.7", - "url": "/list/List-0009" + "url": "/admin/list/App.SettingDefinitions" } ], "ForumCategories": [