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

Activities of "Ojala7"

Answer

Hi,

Must the dimension of the logo be 596 X 195 ?

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.

Yes it works when you create a brand new entity, but adding a new column to an existing entity it doesn't

So how do I continue from here? How long will this take to fix?

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,

I'm having this issue now. Same as previous user. How was this resolved?

Thanks

Showing 1 to 10 of 19 entries