Activities of "maliming"

hi

The default background job is just simple. You can consider using Hangfire or Quartz

https://docs.abp.io/en/abp/latest/Background-Workers-Hangfire https://docs.abp.io/en/abp/latest/Background-Workers-Quartz

hi

I will check this, You can add an option now.

<abp-select asp-for="Info.TechnicianId" asp-items="Model.TechnicianLookupListRequired" label="@L["Technician"].Value" >
    <option value="">Choose a Technician</option>
</abp-select>

hi

Please try to add the below AutoMapper config.

CreateMap<Tenant, SaasTenantDto>()
    .MapExtraProperties()
    .Ignore(t => t.EditionName)
    .ForMember(
        t => t.HasDefaultConnectionString,
        opt =>
        {
            opt.MapFrom(t =>
                t.FindDefaultConnectionString() != null
            );
        }
    );

CreateMap<Edition, EditionDto>()
    .MapExtraProperties()
    .Ignore(x => x.PlanName);

CreateMap<Edition, EditionLookupDto>()
    .MapExtraProperties();

hi

text is currently just a property, not a callback method.

hi

I have tried to change it with the asp-format in the tag and the DisplayFormat annotation on the property.

Will it work?

hi

Can you explain it in detail?

hi

Please try to set SuppressImplicitRequiredAttributeForNonNullableReferenceTypes of MvcOptions to true

https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.mvcoptions.suppressimplicitrequiredattributefornonnullablereferencetypes?view=aspnetcore-6.0

hi

It doesn't support your case, I suggest you use HTML code instead of tag-Helpers.

login from the unified login page,

Can you share your login code?

ok, Please share your test project with me liming.ma@volosoft.com

Showing 8411 to 8420 of 11539 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.