Hello ,
I am unable reproudce the issue. i have check at my end it is work fine. Can you give steps to reporduce the issue.
Thank you.
Hello,
Could you please check once in your Database whether the role user
exists in Abp.Users
class?
Thanks
Hello,
Please share steps to reporduce the issue.
Thank you.
Hello,
I am checking your case, at my end for both 8.0.3 and 8.0.4 application is running fine. I just want confirmation on - When you are running 8.0.3 application that time your CLI and ABP suite both should be of version 8.0.3 and while running 8.0.4 application your CLI and ABP suite both should be of version 8.0.4. or Please check in incognito mode once and try to clean browser cache.
thanks
Hello ,
Please add below code in app.component.ts
file.
import {ToolbarService} from '@volosoft/ngx-lepton-x/layouts';
export class AppComponent {
constructor( private toolbarservice: ToolbarService)
{
this.toolbarservice.setItems([
{
id: 'id1',
icon: 'action-icon fas fa-comments'
},
{
id: 'id2',
icon: 'action-icon bi bi-bell-fill'
}
]);
}
}
it will result like
In this way you can add any icon as per your requirement.
Thank you.
Hello,
could you please check https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular-customization#toolbar-component
thanks.
Yes sure , your ticket is refunded. Thanks for giving the updates.
Hello , Can you please give steps to reproduce the issue. Thank you.