Hi,
Great I will refund your credit and closing the ticket.
Thanks
Hello,
Could you please provide steps to reproduce or any code snippet you use for grid?
Thanks
Hello,
Please try to re-login and then try to create a microservice application.
Hello,
I have generate BookModule
using this command
yarn ng generate module book --module app --routing --route books
I have added below code to route.provider.ts
{
path: '/book-store',
name: '::Menu:BookStore',
iconClass: 'fas fa-book',
order: 101,
layout: eLayoutType.application,
},
{
path: '/books',
name: '::Menu:Books',
parentName: '::Menu:BookStore',
layout: eLayoutType.application
}
After that I have added one more child here Author
using this command generate author component
yarn ng generate module author --module app --routing --route authors
I have added below code in route.provider.ts
{
path: '/authors',
name: '::Menu:Authors',
parentName: '::Menu:BookStore',
layout: eLayoutType.application,
}
After that I have add permission for Author tab
{
path: '/authors',
name: '::Menu:Authors',
parentName: '::Menu:BookStore',
layout: eLayoutType.application,
requiredPolicy: 'BookStore.Authors',
}
After disabling the permissions for Auther, the final result will look like this - the author menu get hide
Thanks.
Hello,
Please check out https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-9?UI=NG&DB=EF#menu-definition if it helps you. I will try to reproduce the issue and will revert back again.
Thanks
Hello,
If you want to change sidemenu to topmenu add below code in your Web.Module.cs
Configure<LeptonXThemeMvcOptions>(options =>
{
options.ApplicationLayout = LeptonXMvcLayouts.TopMenu;
});
please let me know if anything else required
Thanks
Hello,
Could you please share the steps to reproduce the issue or any screenshots? Actually, I am not getting your question exactly please elaborate it.
thanks
Hello,
please check similar issuehttps://support.abp.io/QA/Questions/7194/SaasServiceHttpApiHost-terminated-unexpectedly-Error#answer-3a128dcf-3401-6048-cc3c-9217fb0e882d https://support.abp.io/QA/Questions/4390/Getting-Error-While-Deploying-to-Azure--Please-Help if it helps you
thanks
Hello again,
let me check and get back to you.
Thanks