Activities of "adrianl"

I tried refreshing but still loses permission. Here's the actual scenario on our end:

Hi,

Please validate first the checked permissions on the role before renaming the role. Then check again the permissions assigned to that role after renaming it.

Hi,

We've already updated our ABP and we're now currently using the version 5.2.1 but we still encounter this problem that when renaming roles, it loses all the permissions checked before renaming the role. I've already tried to relogin but still the issue still persists.

  • ABP Framework version: v5.2.1
  • UI type: Blazor
  • DB provider: EF Core

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.2.0
  • UI type: Blazor
  • DB provider: EF Core
  • Steps to reproduce the issue:"
    • On the DataGrid, Add property ShowPageSizes = true

Hi,

We have a requirement to have an option to set the page size according to the selected page size from the item per page on the DataGrid. We set the property "ShowPageSizes = True" on the DataGrid together with inheriting AbpCrudPageBase. But we're having a problem as it won't be able to bind on "PageSize" Property as this is read only property. Is there a way that we could bind the "PageSize" from the selected page size so we could increase the number of data displayed per page? For now it is just currently displaying 10 per page and even if we change the value in the combo box nothing happens. We want to increase the default page size from 10 to 25 also.

We need your help to know how we could implement that kind of approach?

Hi,

Looks like this was raised already before. But I'm not sure if it is already fixed. We're currently using the version 5.1.4 but we still encounter this problem that when renaming roles, it loses all the permissions checked before renaming the role.

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?

The user will create different text templates for different email notifications. For example, the user wants an email notification if there's a created order, the user will create a Text Template for that. Then another email notification will also be created but with different text template when the order successfully received.

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 @yekalkan,

Is it possible that a user can create it's own Text Template on the front end not just editing the existing pre defined text template? One of the requirements needed on my end is that a user can create it's own Text Template and Save it on database instead of just editing the pre defined templates from the framework that's why we need to have a create text template feature on the Text Template.

Hi,

We want to integrate the Text Template with Blazor is there a way that we can add a create Text Template feature on the existing Text Template?

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

Showing 11 to 18 of 18 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11