Hi,
In the modal window, _modalManager.close();
is called to close the modal. So, if you don't call this line, the modal window will not be closed but the callback function will be called.
Hi Bernard,
Do you want to get it from server callback ? If so, you should return it from server and then you can get it in done
function.
Hi,
Could you create an issue on https://github.com/aspnetzero/aspnet-zero-core ? Our team will check these issues.
Hi @henriksorensen
We upgrade all NuGet packages in each version. The new version of AspNet Zero (13.3) will be released today or tomorrow.
Hi,
This is probably becasue of your Abp NuGet package references. Could you share your Abp version ?
Hi @murphymj5209
What should we do when your service provider is down ? I couldn't understand your request.
@pgummadapu It is planned for today.
Thanks. In that case, could you share the classes you have added to an empty solution, so we can reproduce the problem on our side and check it.
You are welcome :)
Hi @huntethan89
We are looking into this but couldn't find the reason yet. Could you share why do you want to use the result type Task<IActionResult>
instead of Task
? We can consider your use case while checking the issue.