Activities of "gogu.stere@3sstudio.com"

Hi! I followed the steps from the link to configure the breadcrumbs, but it didn't produce the needed result. Instead, it added a new navigation and I want to update the existing one. Any ideas?

Thanks!

Hi,

Your method is working, but i don't want that behaviour. For my use, books2 should not been display in sidebar. In books1 i have a button that navigate to management page using the method i presented.

Final result should be MASTERDATA | OVERVIEW | MANAGEMENT. Overview contains a navigate button.

Thanks.

Hi,

Thanks for the response. I don't wanna display it in menu. I just wanna navigate and display the breadcrumbs correct.

Thanks

Hi,

I have a similar issue. After I navigate in that manner, the top bar (including the breadcrumb items) resets.
Expected top bar should be masterdata | feature | feature-management

How should i navigate properly ?

Thanks.

Hi,

Thanks for the response.

I cannot set the default value because it is read-only. The profileinfoCustomerNameExtension has the required default value, but it is not setting the default value to the profileinfoCustomerNameFormProp.

Hello,

Thanks for the response, but i didn't managed to solve my problems.

Have a nice day.

Hi, Having your:

const imageProp = new FormProp<SaasTenantDto>({
type: ePropType.String,
name: 'Image',
displayName: 'AbpTenantManagement::Image',
formText: 'Upload an image for the tenant',
isExtra: true,
//template: ImageUploadComponent
});

Make sure that name field form your prop to have exact value as your field in database. So in your database, you should have "Image".

Have a great day.

Hi,

Thanks for sharing, also can you include user.component? Error is still there. I changed in router-provider to load the identityModule that i created.

Thanks

Hi,

Can you share your identity-routing.module.ts, identity.module and app.module please? Probably i'm missing something.

Thanks.

Hi,

Thanks for help. I got Identity.module.ts and identity-routing.module.ts from here https://github.com/abpframework/abp/tree/rel-8.0/npm/ng-packs/packages/identity/src/lib:

Component is replaced but when component is created, i got the same error. So the problem is when component is created, maybe some config is missing. Can you tell me your identity package version? if it works for you.

Have a nice day.

Showing 1 to 10 of 14 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21