Activities of "willignicolas@gmail.com"

@alper OK great.

Thanks for this answer.

Happy holydays.

Hello,

Have any ideas about these two issues?

As a reminder :

  1. How to specify a mandatory association with abp suite? Because if we do it manually, updating an abp suite entity will cancel our changes.

  2. If we add an object or list navigation property to an entity, when it is updated, the manually added properties disappear.

Thank you in advance for your answers. Nicolas

Answer

Thanks @alper, we will do that. And for the parsing error when there is comment on enum value ?

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  1. I want to have a navigation property that is mandatory but I don't see any option on abp suite to specify it.

I can do it manually by delete the "?" (nullable) on the generate navigation property and pass this property in generate constructor but if I update my entity after the modification (to add another property) the navigation property is not nullable any more and is not present in the constructor.

  1. In the same subject if I add manually a navigation object property (Shopfloor) in addition of my navigation id property (ShopfloorId) on my entity when I make an update on abp suite this navigation object is deleted.

You can see the 2 problems on this screen:

Thanks for your help. Nicolas.

Answer

Hello,

Don't know if this is specific to 4.0.0 or before but abp suite is not compatible with using comment in enum that will be used in a property type.

  1. We have error when we browse the file that say that there is duplication in the file and abp suite don't know how to parse it.

  2. And with Angular UI if enums have no integer values the generate typescript enum are not correct.

export enum eTest {
  None = ,
  Standard = ,
  Anonymous = ,
}

Thanks

Showing 31 to 35 of 35 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11