0
inavarro.cp created
- ABP Framework version: v6.0.2
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
Hi everybody, I have a class FeedOrderHeader that doesn't have any String property, i have to create a 1..N relationship with FeedOrderLines. As ABP Suite only allows relationships with String properties, I had created a property in the FeedOrderHeader Domain called NameToShow to be able to relate them, the problem is that every time I generate with ABP Suite it deletes all the Domain code I created. Is there any other way to do it?
thank you very much and happy coding :)
1 Answer(s)
-
0
Hi,
ABP Suite overwrites the classes that it creates. So to overcome this, you can create partial classes with different filenames