Nick Artman

Results 33 comments of Nick Artman

So looking through the code here, I see a few spots that would likely need addressed, but there aren't a ton: Client: https://github.com/amidaware/rmmagent/blob/51f6e93a35274fa0002f199c8c070904446866c8/agent/agent.go#L220 Server: https://github.com/amidaware/rmmagent/blob/51f6e93a35274fa0002f199c8c070904446866c8/agent/agent.go#L220 https://github.com/amidaware/tacticalrmm/blob/89aceda65a1c54fea7b18250ca63614f091eac6e/api/tacticalrmm/core/management/commands/get_mesh_exe_url.py#L33 https://github.com/amidaware/tacticalrmm/blob/89aceda65a1c54fea7b18250ca63614f091eac6e/api/tacticalrmm/clients/views.py#L378

Sorry about all the updates, I accidentally submitted it before I could finish writing about the issue. This would still allow for current usage of the one to many (and...

Alright, I have coded up a potential solution. This basically causes all data returned by the ORM to be passed into a class in the Orm namespace in a model-level...