Hi @epicadmin,
The problem is resolved in the next version. If you have an emergency regarding the issue, you can fix it in your project based on the pr.
https://github.com/aspnetboilerplate/aspnetboilerplate/issues/6950
Hi @Bernard,
You can localize buttons as follows. A more useful solution with helper classes and improvements regarding power tools will be added soon.
$('.date-picker').daterangepicker({
singleDatePicker: true,
locale: {
format: 'L',
applyLabel: app.localize('Apply'),
cancelLabel: app.localize('Cancel'),
},
}, (start) => $selectedDate.startDate = start);
Hi @Bernard,
I reproduced the problem and I am opening an issue about it. I will share the solution when I find it.
https://github.com/aspnetzero/aspnet-zero-core/issues/5272
Hi @WirelessDynamics,
We found the problem. It is related to non-modal pages. It will be fixed in the next version.
Thanks for your feedback
Hi @Bernard,
endpoints.MapFallbackToPage("/_Host");
This code redirects all 404 URLs to _Host.cshtml
. You can use it with razor maps. Another way it is working at https://localhost:44302/App/ElsaDashboard
For console problem please contact Elsa's team.
Hi @WirelessDynamics,
I created a new solution from the website. But I can't reproduce it. Could you share your project with [email protected]
Hi @Bernard,
I tested again. When I removed Elsa.Server.Authentication
package the problem is resolved and when I reinstalled it the problem occurs.