Base solution for your next web application

Activities of "vineforce"

Hello Support,

When we are adding the property of type enum using asp.net zero power tool then it breaks the visual studio. Could you please guide why it is happening?

Using latest version 5.2.0. (ASP.NET Core & Angular)

Thanks

Hello Support,

We are trying to set some default permissions to the tenants and don't allow them to update the permissions. But when we are trying to assign those from the backend, then those are not affecting the application. Like we want to assign dashboard permission to one tenant later and we executed the below query to assign but it doesn't affect on the front side.

INSERT INTO AbpPermissions(CreationTime,  Discriminator, IsGranted, Name, TenantId,RoleId)
Values (GETDATE(),'RolePermissionSetting',1,'Pages.Tenant.Dashboard',124,244)

Could you please guide us how we can do this from the backend?

Thanks

Hello Support,

I have deployed the Server project on Azure and also updated the API URL in client project under src/assets/appconfig.Json file. Now I want to deploy the client project on Azure also using the same WPI Url. If I am running the client application on local browser under localhost:4200 after starting the npm start then it is running correctly, but I amn't able to deploy the application on Azure server. Even I followed the below article, not able to find out the solution. I might be doing some mistakes in the URLs. Could you please help me to resolve this issue. As I want to deploy both as different projects.

#2285@10c752de-7894-4f60-b1bb-c7d1279f2c00

Note: I am using VS 2015 Update 3

Thanks Harsh

HI, i have a problem with storing Username having length more than 32 characters. i have overrided the username column in table through migration but it still not allowing to store a value more that 32 char.

Hello Support,

As I want to convert our application for Multi-tenant features with different databases. I want to confirm one thing that if we will do any change in any table or any database change, do we need to migrate each and every database separately as all of them are connected with single application.

your help is appreciated.

Thanks

Hi,

Is there any way to alter the schema of organization unit in database? I have to add new columns to abpOrganizationUnit table to store few more data relating each OrganizationUnit. I have found that asp.zero assembly has abp.Organization which contains class for Organization Unit.

Please suggest a way to alter that Organization Unit schema.

Hello Support,

We are facing an issue that the application is considering the UTC time zone for each activity, but we want to use the EST timezone. User can access the application is any time zone, but we want that application will use the EST timezone. Could you please help us how we can achieve this?

Thanks

Showing 1 to 7 of 7 entries