Global Search hatası
This commit is contained in:
parent
99e6f91b2a
commit
00589d65ad
2 changed files with 25 additions and 3 deletions
|
|
@ -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<GlobalSearch, GlobalSearchResultDto>
|
||||
{
|
||||
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)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue