Base solution for your next web application

Activities of "Ojala7"

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.

Update: I updated the target framework to .net 8.0 and that got rid of the errors

Question

Hi,

how do I resolve this error?

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

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

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?

Hi,

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

Thanks

Yes, I did not run npm run create-bundles

Thanks MYBUSINESSDNA for your response. I rolled back the VS version, that still did not fix my issues. I also needed to run "npm run create-bundles" which I obviously missed. My issue was fixed. thank you

Hi, I want to create an entity which a field status. The field status has to be an entity on its own right. The values in status would be, by default draft, pending, final. I have noticed when a new tenant is created the status values are empty for the newly created tenant. I want these values to be draft, pending, final. What's more the status must be multi lingual

Thanks

Showing 1 to 10 of 15 entries