Hi maliming,
Thanks for the explanation. We applied your guidance and regenerated — the truncation is still happening.
What we changed On both customized templates (Frontend.Mvc.Page.CreateModal.cshtml.txt and Frontend.Mvc.Page.EditModal.cshtml.txt):
Relevant tail of CreateModal template after the placeholders:

What still happens after Save and generate Generated CreateModal.cshtml / EditModal.cshtml still stop immediately after the last property opening abp-input tag. Missing from the output:
We also see this with Preserve custom code / Customizable code = true on the entity (first generate of a new entity, not a regenerate of an existing file).
Layout difference vs default We are not using the default abp-modal / abp-tabs structure. Our customized templates use a custom off-canvas panel (ta-offcanvas / ta-offcanvas-body / ta-offcanvas-footer) and place %%main-entity-tab%% + %%navigation-connection-lookup-tabs%% without wrapping opening abp-tabs tags / closing abp-tabs tags.
Default templates generate correctly. Only these customized Create/Edit templates truncate after the property placeholders.
Questions
Description :- We customized the Suite MVC templates for :-
Observed behavior :-
Expected behavior :- Suite should emit the full customized template after placeholder replacement, including all content after the property-injection placeholder (footer and closing tags).
Important notes :-
Steps to reproduce :-
Result :- Files end after the last generated property input; footer and closing tags are absent; project fails to build.
Workaround :- After every generate, manually append the missing footer and closing tags to Create/Edit cshtml files.
Questions for support :-
Environment :-
Hi ABP Support Team,
We are evaluating the Newsletter feature available in CMS Kit Pro and would like to understand its capabilities regarding email delivery.
Based on the CMS Kit Pro Newsletter documentation, we can see that the module currently supports:
Newsletter subscription management Subscriber listing Exporting subscribers as CSV
However, we could not find any documentation related to sending emails or managing newsletter campaigns.
Could you please clarify the following: We need guidance on:
Does CMS Kit Pro provide any built-in functionality to send emails/newsletters to subscribed users?
If email sending is supported, what is the recommended approach and which APIs/services should be used?
Is there any UI available for creating and sending newsletter campaigns?
If this functionality is not currently included, is the expected approach to export subscribers and implement a custom email campaign solution using ABP's Emailing infrastructure or an external provider?
Thanks in advance for your recommendation and the best-practice steps to implement it
Hi Team,
We are facing an issue with ABP Suite when trying to add ABP module entities as navigation properties inside our custom modules.
What works: When importing ABP modules into the main solution and adding them as navigation properties on entities — this works correctly without any issues.
What doesn't work: When importing the same ABP modules inside a custom module (a separate module in the solution), we are unable to see or add ABP module entities as navigation properties on entities within that module.
What we tried:
Expected Behavior: After adding the ABP package reference in a custom module, ABP Suite should recognize and expose the ABP module entities as available navigation property targets for entities within that module — consistent with how it behaves in the main solution.
Environment:
Steps to Reproduce:
Please advise on whether there's a specific configuration required to enable this at the module level, or if this is a known limitation/bug.
Thank you
https://docs.google.com/document/d/1fS_wG1uZhVi99sYsYiRerRwmMpKW7qL0tsE6-qyulHY/edit?tab=t.0 - update in the same docs. Once check and if anything else you required, do let me know.
once check now.
https://docs.google.com/document/d/1fS_wG1uZhVi99sYsYiRerRwmMpKW7qL0tsE6-qyulHY/edit?usp=sharing - here is the code , you can ask me for access once.
[maliming] said: reproduce
HI , Did this , but when we test in the local - it's working fine , even after changing the local environment to production.
Hi Team,
We are currently using the CMS Kit PRO module in a multi-tenant setup and facing an issue in the production environment.
Issue Summary
In the local environment, everything works as expected:
However, in the production environment:
Expected Behavior
Questions
Additional Info
Would appreciate your guidance on what could be causing this.