Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "Ojala7"

Question

How do I replace the logos? If I change the logo do I need to keep the same names, and they need to be svg files? like app-logo-on-dark.svg app-logo-on-dark-sm.svg app-logo-on-light.svg app-logo-on-light-sm.svg logo.svg (used in InvoiceController -> Index).

I also want to remove the image on the login screen, what is the best way to do this?

Thanks

Question

currently my footer displays the project name, version number and date. How do I change this?

Question

what is the guidance on updating files? Which files can be updated and which cannot? I do not want to do updates then when the project is updated to a new version, all my changes are lost.

Thanks for the guidance.

Hi,

I used the tool to create an entity with Primary key of type long. The entity only has one property of type string and is multilingual. I get these errors:

  1. This class is created public class abcTranslation : Entity<long> If I create with a primary key on int, it does not put the type at the end So I removed the <long> at the end it could build ok.
  2. I run the app and when I save a new entity I get this error: Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details. ---> System.InvalidCastException: Unable to cast object of type 'System.Int64' to type 'System.Int32'.
  3. in the DB the translation table has two columns CoreId and coreId1
Question

hi, Using the file upload functionality created by the Power Tool, where are this files stored and on the view screen a link is displayed. Clicking it downloads the file. How can this be prevented? I just want to open it in the browser.

Core MVC JQuery

Hi,

How do I add predefined values for entities when a new tenant is created?

Thanks

Nothing but errors.... I now get this one: TS2792 (TS) Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option

how do I resolve these errors?

Question

Hi,

My new demo solution ASP.NET CORE MVC & jQuery, the login screen does nothing. I add the username and password. the button does not work. the show password icon does nothing. The change tenant does nothing

Question

Hi,

how do I resolve this error?

Error TS18028 (TS) Private identifiers are only available when targeting ECMAScript 2015 and higher.

Question

Hi,

I downloaded a demo project. Unzipped it and ran Yarn in the MVC folder. I did nothing else. I opened the project and it has 85 errors all all relating to dependencies.

Showing 1 to 10 of 10 entries