Activities of "yekalkan"

Hi @zalak,

What operations did you perform after upgrading Suite & CLI?

Answer

Hi @ash.jackson,

I've created an internal issue about that. Thanks you for your feedback.

Hi @yasin.hallak.89,

I'm closing this issue, because the question in the title is already answered.

We are still waiting for this problem

You can create an another question for this.

This doesn't make sense. In the end, backend will still need to know which text template is used for which email type. That's why this module/system doesn't allow user to create new templates, because all the text templates have to be known and pre-defined by application.

One of the requirements needed on my end is that a user can create it's own Text Template and Save it on database

What is the use of this? Where the user will use this new text template?

Hi @adrianl

As the Text Template Management module document says, it is used to store and edit template contents for the text templating system of the ABP framework. So there is no backend implemantation for creating a new text template. Furthermore, this is not the purpose of this module.

Is there also a way instead of saving the template as a virtual file we can store the template on the database?

When you edit a template, edited version will be stored on database and the default version will remain same in virtual file system. The time user wants to reach the template, database version will have a higher priority. Thats how the text templating system works.

Hi @trina.thompson

We suggest you to use the basic theme if you will create a website to use docs module.

I'm closing this issue because this is a known problem and a fix is already in our plans. Also, your question credit is refunded.

Hi @kapil

I've created an internal topic for all the issues you opened that day. Development team will deceide to implement them or not.

Thanks you for your feedback.

Hi @james

There is a known problem with parsing enum files, it will be fixed in the next patch. I'm refunding your question credit.


Urgent solution: Change the enum file to file-scoped namespace

example:

namespace MyApplication.Cars;

public enum CarType
{
    Sedan,
    StationWagon,
    Coupe
}

Hi @yasin.hallak.89

Pages feature comes from the free version of CmsKit module which CmsKit-Pro depends on.

You can access the source code from https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/Pages/Create.cshtml

Showing 211 to 220 of 367 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30