Base solution for your next web application

Activities of "Mitch"

Many thanks for your guidance!

I'm trying to use as much of the built in functionality to carry out standard tasks as I don't want to bypass any standard techniques within ASP Net Zero.

With that in mind, I'm generating many of my basic pages by using the Rad Tool. The Rad Tool creates an index page that uses the DataTable control to display data in a table.

The first column displays an Action dropdown list usually with View, Edit and Delete as options. Each of these options calls a Modal Page which is great for most scenarios.

var _viewDpmsClientModal = new app.ModalManager({ viewUrl: abp.appPath + 'App/XyzClients/ViewxyzClientModal', modalClass: 'ViewXyzClientModal' });

However, I have a situation where I want to load a Non Modal page and pass some parameters/model. Does Boilerplate/Zero have a standard function built in for doing this rather than using a simple window.location.href?

In other words, a sort of Non Modal Manager!?

Apologies Aaron, I thought your workaround was only for the Default issue. I only discovered the dropdown issue this afternoon!

Many thanks for your help.

It's not just making it the default that an issue, I cannot select from the top right language dropdown menu.

I've created a xxxxxxx-en-GB.xml file in Localization and made sure <localizationDictionary culture="en-GB"> but still if I select English (United Kingdom) from the top right language dropdown, it gives me US English again!

This might just be an issue with en-GB as its base language (en) is the same as the ASP Net Zero default language.

Please just take a moment to setup en-GB for yourselves and then try to select it, it seems impossible.

The only workaround seems to be to disable US English.

I noticed this issue a few weeks ago but I've only recently got around to reporting it.

I've restarted the app many times and for some reason it always chooses US English and not GB English.

To recreate, get a fresh version of ASP.Net Zero jQuery.

Go to Administration, Languages and Create a new Language which is en-GB, choose the British Flag and then save as Default.

Restart the App and you will notice that US English is still shown as Default.

I've attached a screenshot to show US English at the top of the screen and English (United Kingdom) shown as the Default.

I hope this helps.

When creating a new language (English (United Kingdom) en-GB) using the ASP Net Zero interface, I've noticed that it still shows the default language as English (US) despite setting the default to en-GB several times.

I can fix this by removing the US version of English from the options, but it will be problematic for people who might want both language options.

Just to confirm, I'm getting the same problem. Here's my logs.

INFO 2018-04-19 23:14:46,717 [13 ] idateAntiforgeryTokenAuthorizationFilter - Antiforgery token validation failed. The required antiforgery request token was not provided in either form field "__RequestVerificationToken" or header value "X-XSRF-TOKEN". Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The required antiforgery request token was not provided in either form field "__RequestVerificationToken" or header value "X-XSRF-TOKEN". at Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery.<ValidateRequestAsync>d__9.MoveNext() --- End of stack trace from previous location where exception was thrown ---

Hi

Did you get an answer to this problem from Stimulsoft?

I'm about to start using Stimulsoft reports with ASP Net Zero and I'm probably going to hit the same issue.

Many thanks

In addition to the Soft Delete filter I'd like to be able to add a filter for Archived data, I imagine using something named IArchive for the interface.

Is this straightforward to do?

Has anyone done something similar?

Will it involve a lot of work to get this going, are there any examples of how to create additional data filters?

Many thanks for the advise Aaron, it worked! However there now seems to be further issues as the api URL's don't seem to be working and apparently this is caused by the api routing not working.

To be honest this is becoming a pain and I'm considering using a different reporting system with ASP Net Zero.

Thanks again for your help last week.

Showing 81 to 90 of 103 entries