Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please change Themes\Basic\Components\Brand\Default.cshtml file start with this. the default code cann't use with Abp Tiered solution. #23

Open
zhuang1125 opened this issue Feb 19, 2021 · 1 comment

Comments

@zhuang1125
Copy link

please change Themes\Basic\Components\Brand\Default.cshtml file start with this. the default code cann't use with Abp Tiered solution.

@using Volo.Abp.Users
@using Volo.Abp.UI.Navigation
@using Volo.Abp.Ui.Branding;
@using Localization.Resources.AbpUi
@using Microsoft.AspNetCore.Mvc.Localization
@using Volo.Abp.MultiTenancy
@Inject IBrandingProvider BrandingProvider
@Inject ICurrentUser CurrentUser
@Inject ICurrentTenant CurrentTenant
@Inject IHtmlLocalizer L
@model ApplicationMenu

@{ string name = CurrentUser.UserName; }

@wakuflair
Copy link
Owner

Hi,
you can contribute a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants