Activities of "ohaddur"

I was trying to extend ABP’s Text Template Management to support both default and dynamic templates. The issue I faced was that updating or restoring template content didn’t work properly for either type. After applying the AI Bot’s suggested approach, the problem was resolved and both default and dynamic templates can now be updated correctly.

When overriding TemplateContentAppService to support both default (definition-based) and dynamic templates, neither the update (PUT /api/text-template-management/template-contents) nor the restore-to-default (POST /restore-to-default) endpoints persist changes to the database.

How should both template types (default + dynamic) be updated correctly?

Are default templates intended to persist in the DB, or always in-memory via TemplateDefinitionProvider?

What is the recommended approach for unified update/restore behavior in TextTemplateManagement?

Showing 1 to 2 of 2 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on October 27, 2025, 08:34