Hello, I'm trying to use unit testing but faced an issue during seeding data as I'm using EF core but in testing, I'm using SQLite. the issue is that I'm using command * "SET IDENTITY_INSERT [dbo].[...] ON" which we have to use, but it doesn't exist in SQLite. Here is the Exception:
So is there a way to fix without commenting these data seedings??
If you're creating a bug/problem report, please include followings:
Hello, I have 2 Questions: 1.I am using "IMultiTenant" interface for an entity used in tenant with "FullAuditedAggregateRoot" interface and everything works fine until I have a business request to update the record in db by user in administration (host) and here is the problem as the "LastModifierId" is always null but "LastModificationTime" is sets correctly
2.I am using Contact form in cms module, set the email on cms settings then in web public, try to send message by submit contact form but nothing received on email. may I miss any configuration?
Hello, I'm using Auto-Complete Select in my application, but i need to add one more option to it in js that not included in the response of an api. **This all option that i need to add it in js ** Is there is a way to do it??
Hello , I have a custom validation on creating User so I Used IUserValidator<IdentityUser> but I get message not localized correctly although it exists in my localization files with key :"Volo.Abp.Identity:PhoneNumberStartsWithZero" Here is the validate function
Hello, I have a new business requirement , So I need to add in extra properties in CMS Module in pages table Is there a way to customize it by using ModuleExtentionConfiguration (like I can customize Identity). In this way I am able to define the extra properties and framework will take care of adding them to the APIs and UI as well.
Here is some information about my application
ABP Framework version: v5.1
UI type: MVC
DB provider: EF Core
Hello, I've separated applications in my project ,
Steps to reproduce the issue: 1-Create a user and login with his account 2-change from the administration area his status (deactivate or lock out this account ) ,but this user still can browse within his context and can do any request
How could I fix it to have instant response and stop this user immediately? Thanks in advance
Here is some information about my application
ABP Framework version: v5.1
UI type: MVC
DB provider: EF Core
Hello, I have an issue with my application,
How could I fix it to have instant response when logging in ? Thanks in advance
Here is some information about my application
Hello, Our application support 2 languages, Arabic (ar) and English (en), so we faced an issue using a date picker when UI Culture is ar. It returns in Hijri format, not Gregorian format when its type is Date Time, not a string.
How can I specify only Gregorian date format without using current culture please?
Thanks in advance