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.
lib
folder of MVC project) that's why it's hard to remove it from the template.As a work around ;
%UserProfile%\.abp\templates
%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
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.