Moonlit
Dynamically creating rows inside of document.createElement() isn't working with a template?
So for now I replaced it with this and it works... I'd much rather use the template but if nobody is able to explain how to fix the template thingy, at least it's working
2 replies
✅ Local Post, 400 Bad Request. Can't figure out why?
Okay yeh EFC seems really good...
So what I have gathered is as soon as I use AppUser, it will use the ForeignKey to load it the first time it is accessed and then cache it.
The Replies I don't need foreign keys for, because if I try to access the Command.Replies, it will query the DB for all the Replies that have this command as their foreign key.
I think I've got it
41 replies
✅ Local Post, 400 Bad Request. Can't figure out why?
I honestly think the DTO might actually just fix all of this tbh... I'm just looking into it and as far as I am aware... If my UserID is set with the foreing key for AppUser. When I try to access AppUser from Command, it will load it from the DB using that foreign key?
41 replies
✅ Local Post, 400 Bad Request. Can't figure out why?
Okay thanks! I still don't quite understand how the virtual thing automatically handles DB relationships... If I create a Command and pass in the ID, it will automatically link the AppUser if it's done on the server exclusively?
41 replies