Base solution for your next web application

Activities of "rucksackdigital"

In the Core+Angular solution, the footer in Theme 12 is hidden behind the sidebar nav. Screenshot below. Note that if you make the footer fixed the problem is resolved.

The hangfire configuration documentation link in the Getting Started section appears to be broken:

URL: https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Hangfire Reference page: https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Getting-Started-Angular

Hello,

I used the Power Tools to scaffold out a new entity for storing contact information. One of the fields references the User entity, and is a required relationship. Frontend validation for my other required fields (text inputs) are working properly but I am able to attempt a form save without selecting a user, which throws an exception. I see "required" attributes on the UserId hidden field but since it's hidden it's not triggering validation (and I would want it to show the error under the selector anyways not where the Id is stored in the form). Do I have something configured incorrectly or do I need to add some manual validation in?

I am using the .NET Core with MVC & jQuery project base.

Showing 11 to 13 of 13 entries