Hi Metin,
For global communication, could you write it in English, please? In this way, the support team may help you easily as well.
Regards.
Hi Matt,
Could you please check whether you inherited ExtensibleEntityDto
or not to PageDto
?
I know you have looked at it here, but could you look at it again, please?
MapExtraPropertiesTo is an extension method provided by the ABP Framework to copy extra properties from an object to another in a controlled manner
Regards.
Hi Luke,
Sorry for the late answer. The team reproduced the issue and created an internal ticket for it.
The business of logic should be Tenant->Edition->Default
FYI / Regards.
Hi Hakan,
The team is working on that. I'd like to inform you about that.
Regards
Hello,
The team says, there is no roadmap for this feature for CmsKit Module. FYI
Regards.
Hi,
ABP Framework doesn't support dynamic proxies in microservice projects. As you mentioned above, it comes with the static proxy by default.
Also, we'll try to reproduce the afterLeptonXInitialization
asap.
Regards.
Hello,
The module must be developed with the Module Entity Extensions system in mind. All the official modules support this system wherever possible.
more
Also, you can generate a YourModuleExtensionConfiguration
by inheriting from ModuleExtensionConfiguration
.
There is no direct method for CmsKitModule
.
It requires the type ModuleExtensionConfiguration for the action.
You're right.
Regards
Hi Ramazan,
It depends on your code and requirements hence I sent you the above documentation. Seems like, you should override FormAppService
in the application layer what you need them. Also, there is authentication in FormController
hence you also should override that.
Regards.
Hi Ramazan,
Sorry, it's my mistake. I now have a better understanding. In ABP Framework, almost all methods and actions are virtual
, and you can override them easily by inheritance. Then just mark this action or method as [AllowAnonymous]
I believe this documentation will inspire you.
Regards