Activities of "alper"

Created an issue on the Tui Editor repository https://github.com/nhn/tui.editor/issues/1625

by the way this package is being used by ABP Cms-Kit module. if you don't use this module, you can safetly delete it. Once the issue gets fixed by TuiEditor developers, you can add it again.

ABP v5.0 preview

-> ABP v4.4 preview is already online.

@ivankhan check your mailbox, you must have recieved an email from info@abp.io

Hi,

Thanks for the feedback about this issue.

  • Are you aware of this?
    • No, we are not aware this.
  • Is there anything you can do to fix it?
    • this is a 3rd party lib, we have no sanction on it. but as we use it, we can create an issue on the TuiEditor Repo. can you share us the report which prooves this lib has the corresponding vulnerability.
  • Is there anything we can do to work around it?
    • Tui Editor comes with the template (it's in the lib folder of MVC project) that's why it's hard to remove it from the template.

As a work around ;

  1. switch to your mobile phone network (or any other network that allows this download)
  2. create a new project. when you create it, the project template will be saved in %UserProfile%\.abp\templates
  3. from now on, you'll be no longer downloading the template
  4. you can share the zip file %UserProfile%\.abp\templates\app-pro-4.3.3.zip with your team. when you copy this file into %UserProfile%\.abp\templates, ABP CLI will not download again.

do you want to change this translation? https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/ExceptionHandling/Localization/tr.json#L15

then you can use "Role". create a new permission for the new menuItem (page) create a new Role for your customers Add the permission to this new role. set the role to your customers who are allowed to see that page.

Hi Miroslov,

thanks for the feedback. to filter down the problem, download a brand new ABP project and test the durations again

Answer

this is more related to EF Core but I'll try to help you. there's a paging so after you get the shop entities you need to write a new query to fill out the total transactions for the results to show

If you wait for the next version, ABP Suite will have a new feature to generate a CRUD page from an existing database table (MS-SQL Server)..

how do I separate the Client (ordinary user) from Tenant/Host? How can I show clients their menu items that are totally different from the Tentan ones?

** This is done by ABP Framework, when you add a new menu item you can set it as Host or Tenant. You cannot customize the menu for a specific tenant. if you add a menu item as Tenant side, all tenants will be able access (if they grant access the related permission)

** Permissions can also be set for Host and Tenant (same as menu item)

you can also check out Feature system. this is used to enable, disable or change the behavior of the application features on runtime.

Showing 711 to 720 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54