Base solution for your next web application

Activities of "razkhan78"

AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core

We have reference to below files in bundleconfig json in the project we downloaded from aspnetzero: wwwroot/lib/json2/lib/JSON2/static/json2.js wwwroot/lib/bootstrap/dist/css/bootstrap.css wwwroot/lib/datatables.net-responsive-bs4/css/responsive.bootstrap4.css wwwroot/lib/push.js/bin/push.js wwwroot/lib/datatables.net-responsive-bs4/js/responsive.bootstrap4.js

but these files does not exist on these paths but available in node_modules and it is causing issue in build pipelines. So can you please let us know how to fix this? Is this bug in existing project or we need to run some commands?

@ismcagdas We are using jQuery not angular.

@ismcagdas "This is only possible if a feature is disabled for the tenant. Does that work for your case ?" -- This is how it is we know. But need to confirm if there is way " if tenant is setup (ENABLED) with specific feature tag" can we disable some page access?

Hi

We are using AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core

Is there any way with which we can disable access to specific page if tenant is setup with specific feature tag?

Hi

We are using AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core

We are working on a new feature where we have a need to dynamically add new item in the menu without reloading page. We have look through some documents and found there is one javascript API called abp.nav.menus.MainMenu but there are no methods we can find right now to make a call and get updated menu.

So could you please let us know if there is anyway we can refresh menu without reloading the entire page?

@ismcagdas We want to modify CreatePermission constructor as we want to add some custom grouping for permissions.

We already have one class with same name src\Project.Core\EntityHistory\EntityHistoryHelper.cs , which is static class. so how do we handle it.

AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core 2.1

Right now we don't have any background job using worker but we see some queries in log which are blocking

(@p9 bigint,@p0 datetime2(7),@p1 bigint,@p2 bit,@p3 nvarchar(4000),@p4 nvarchar(512),@p5 datetime2(7),@p6 datetime2(7),@p7 tinyint,@p8 smallint)UPDATE [AbpBackgroundJobs] SET [CreationTime] = @p0, [CreatorUserId] = @p1, [IsAbandoned] = @p2, [JobArgs] = @p3, [JobType] = @p4, [LastTryTime] = @p5, [NextTryTime] = @p6, [Priority] = @p7, [TryCount] = @p8 WHERE [Id] = @p9

and also some queries deleting logs (@p0 uniqueidentifier)DELETE FROM [AbpNotifications] WHERE [Id] = @p0

We haven't configured so far for it, so we need to know when and at what interval these queries are getting executed? And is there any way we can disable it?

It is working , thanks.

@ismcagdas Our question is for Abp related data cache not the entity data. Ex: Permissions, settings etc. When we use Redis Cache everything gets slower. and updating ABP packages can be huge change which we can not do right away. so any other suggestion for it?

and thanks for SettingManager ref, we will look into it.

Showing 1 to 10 of 91 entries