Activities of "liangshiwei"

HI,

As I said, this is how the value object works, Value objects with the same property value are considered the same object.

You should consider use Entity instead of Value object

I think this is how the value object works : https://docs.abp.io/en/abp/latest/Value-Objects

Two Entities with the same properties but with different Ids are considered as different entities. However, Value Objects have no Ids and they are considered as equals if they have the same property values.

I could not reproduce the problem

It looks like no problem.

If you use this example locally, will it work as expected? https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver/OpenIddict/NG

Hi,

Yes you can.

But I recommend you create a shared project

You can change the href in the MenuContributor

The shared project can reference to the application project.

/Pages/Account/ not wwwroot

Could you use the CLI to create a new project to reproduce the problem and share it with me? I will check it. My email is shiwei.liang@volsoft.com

thanks

Hi,

You can create a shared project and place components to reuse the Blazor components.

For example:

Component.Shared project:

DialogAComponent

<p>This is a reuse Blazor component<p>

Service A project

Service A Index page
<DialogAComponent/>

Service B project

Service B Index page
<DialogAComponent/>
顯示 4883 個紀錄的 21 到 30 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11