Hello liangshiwei, Sorry for late respose. I did apply change about setting LastModifiedId and works perfectly thanks. but yet didnt check on cms solution once I check it, I'll give feedback.
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 Malik, Are there any updates?
Hello Malik, about your question, first time you will see data related to all cities but after searching 4 the first time you won't have the ability/option to get data related to all cities again (Except refreshing the page again).
when I tried to configure (select2==>data) in js it doesn't return the result of the api. so, if you have an example for handling this auto-complete select in js can you mention it.
Regards.
Hello Malik, I think you got me wrong, what I want is to add an extra option that is not in the response of the api . like having an api to get cities but I need to add one more option to search by all cities. so, I need to access options after api responds and append this new option in the specific index if I can. Regards.
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 , Here is the steps: 1- Add the custom validator in domain layer and its configurations 2- try to add new user from from administration (his phone number start with 0), but instead of getting phone number... msg ,it gets me "identity.Default"
here is the sample of a validation action called in validateAsync==>
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 , Yes, I know I can use extra properties. But my question. Is there a way to customize it by using ModuleExtentionConfiguration (like I can customize SaaS module entities Tenant and Edition). In this way I'll be able to define the extra properties and framework will take care of adding them to the APIs and UI as well.
But for Cms module I can't find .Configuration or similar extension. There is generic .ConfigureModule extension but it requires the type ModuleExtensionConfiguration for the action. for example :
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