Is there ABP commercial or Framework Template for Worker Project?
I get the below error:
ABP-LIC-ERROR - License check failed for 'Volo.Abp.AuditLogging.HttpApi-v8.1.1.0'.
License-CHECK in Local IIS (Not Publish) in development Environment
Dear All,
We need to know how to debug Blazor Wasm Host App on IIS local Host instead of iisexpress?
Thanks, Mina.
Dear All,
We need to use use a current Exsiting Database? how could we do so ? and how to add its DB context?
Thanks, Thanks.
some features were available in ASPZERO need to know if it is available or will it be in the ABP commercial roadmap and when as follows:
Dear All,
1- Is there a way to Customize the Organization unit, such as to change the coding Mechanism? 2- Can we have several organization Units in the same application for example for Location and Category?
Thanks, Mina.
we updated ABP cli, ABP and ABP suite to 7.4.2 and also also Volo.***, ABP ** packages, but we we update an entity using ABP suite, we get the below error
we have an Entity that inherit from FullAuditedEntity<int>, IHasConcurrencyStamp as follow
public abstract class TieredLayerBase : FullAuditedEntity<int>, IHasConcurrencyStamp
{
[NotNull]
public virtual string TieredLevelName { get; set; }
public virtual decimal LowerLimit { get; set; }
public virtual decimal? UpperLimit { get; set; }
public virtual decimal Rate { get; set; }
public int? BillingItemId { get; set; }
public string ConcurrencyStamp { get; set; }
}
} and DTO than
public class TieredLayerCreateOrUpdateDto : FullAuditedEntityDto<int>, IHasConcurrencyStamp {
//public int? Id { get; set; }
[Required]
public string TieredLevelName { get; set; } = null!;
public decimal LowerLimit { get; set; }
public decimal? UpperLimit { get; set; }
public decimal Rate { get; set; }
public int? BillingItemId { get; set; }
public string? ConcurrencyStamp { get; set; } = null!;
}
AppService Interface as follow :Task<List<TieredLayerDto>> CreateTieredLayerToBillingItemAsync(List<TieredLayerCreateOrUpdateDto> tieredLayerCreateOrUpdateDtos);
and calling from blazor as follow await TieredLayersAppService.CreateTieredLayerToBillingItemAsync(NewTieredLayerList);
and we getting unsupported media type error message
I can see several locations where we can add custom code but not one of them outside of the current structure, for example we need to add another Entity Action(this is done as it has a placeholder for custom code) but we need it to open addition modal, where should we place that modal?
new Fontawesome doesn't appear in the menu, either using ABPsuite or by changing NavigationMenu directly
I tested the below fas fa-laptop-house hand-holding-water
Thanks, Mina.