Activities of "maliming"

hi

_yourModal.onOpen(function () {
    _yourModal.getForm().abpAjaxForm({
        error: function (jqXhr) {
            var error = jqXhr.responseJSON.error;

            return false;
        }
    });
})

hi

What's content of your modal.js?

hi

You can get tokens from HttpContext,

await httpContext.GetTokenAsync("access_token");

hi

For blazor

public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
{
    var results = new List<ValidationResult>();

    // This is not working when using EditContext !!!
    var l = validationContext.GetService<IStringLocalizer<Abp4146Resource>>();
    if (l != null)
    {
        var errorMessage = l["Test:ValidationMessage"].Value;

        // Do some validation

        results.Add(new ValidationResult(errorMessage, new[] { nameof(DocumentValidation) }));
    }

    return results;
}

I also have no idea.

: )

Didn't change anything

I just download your GitHub repo and run three projects.

Yes, Just run these three projects.

hi

Can you share a project to reproduce the problem? liming.ma@volosoft.com

It work for me.

Showing 7241 to 7250 of 10605 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 08, 2025, 09:55