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 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
Yes, I did not run npm run create-bundles
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?
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
Hi,
how do I resolve this error?
Error TS18028 (TS) Private identifiers are only available when targeting ECMAScript 2015 and higher.
Update: I updated the target framework to .net 8.0 and that got rid of the errors