Browse Source
Merge pull request #704 from colinin/upt-5.3.5
cannot ignore user-defined menu icon
pull/708/head
yx lin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
aspnet-core/modules/platform/LINGYUN.Platform.Application/LINGYUN/Platform/Menus/UserFavoriteMenuAppService.cs
|
|
|
@ -42,7 +42,7 @@ public class UserFavoriteMenuAppService : PlatformApplicationServiceBase, IUserF |
|
|
|
standardMenu.Name, |
|
|
|
standardMenu.DisplayName, |
|
|
|
standardMenu.Path, |
|
|
|
standardMenu.Icon, |
|
|
|
input.Icon ?? standardMenu.Icon, |
|
|
|
input.Color, |
|
|
|
input.AliasName, |
|
|
|
CurrentTenant.Id); |
|
|
|
@ -72,7 +72,7 @@ public class UserFavoriteMenuAppService : PlatformApplicationServiceBase, IUserF |
|
|
|
standardMenu.Name, |
|
|
|
standardMenu.DisplayName, |
|
|
|
standardMenu.Path, |
|
|
|
standardMenu.Icon, |
|
|
|
input.Icon ?? standardMenu.Icon, |
|
|
|
input.Color, |
|
|
|
input.AliasName, |
|
|
|
CurrentTenant.Id); |
|
|
|
|