Base solution for your next web application

Activities of "m.aliozkaya"

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,

It is also localizable for all languages. Do the changes where you use daterangepicker component. Don't forget to run yarn create-bundles command.

The top picker is the one I solved. The middle one is the incorrect one.

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

Answer

Hi @Bernard,

Everything that can be done with HTML and CSS can also be done with Aspnetzero. I recommend you look at the links below to give you an idea about this.

https://select2.org/dropdown#templating

Here is an example from our application.

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 @razkhan78,

Does your upgraded project have the same NuGet packages as the new version? Especially for Castle packages

Answer

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]

Answer

Hi @Bernard,

I tested again. When I removed Elsa.Server.Authentication package the problem is resolved and when I reinstalled it the problem occurs.

Showing 211 to 220 of 400 entries