|
|
@ -42,7 +42,7 @@ public class UserFavoriteMenuAppService : PlatformApplicationServiceBase, IUserF |
|
|
standardMenu.Name, |
|
|
standardMenu.Name, |
|
|
standardMenu.DisplayName, |
|
|
standardMenu.DisplayName, |
|
|
standardMenu.Path, |
|
|
standardMenu.Path, |
|
|
standardMenu.Icon, |
|
|
input.Icon ?? standardMenu.Icon, |
|
|
input.Color, |
|
|
input.Color, |
|
|
input.AliasName, |
|
|
input.AliasName, |
|
|
CurrentTenant.Id); |
|
|
CurrentTenant.Id); |
|
|
@ -72,7 +72,7 @@ public class UserFavoriteMenuAppService : PlatformApplicationServiceBase, IUserF |
|
|
standardMenu.Name, |
|
|
standardMenu.Name, |
|
|
standardMenu.DisplayName, |
|
|
standardMenu.DisplayName, |
|
|
standardMenu.Path, |
|
|
standardMenu.Path, |
|
|
standardMenu.Icon, |
|
|
input.Icon ?? standardMenu.Icon, |
|
|
input.Color, |
|
|
input.Color, |
|
|
input.AliasName, |
|
|
input.AliasName, |
|
|
CurrentTenant.Id); |
|
|
CurrentTenant.Id); |
|
|
|