FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
649 stars 166 forks source link

RawCoT dbController missing #130

Closed meulemans closed 3 years ago

meulemans commented 3 years ago

SendCoTAbstractController.py has a reference to RawCoT.dbController.create_CoT(object.modelObject) on line 35 but there is no dbController defined in RawCoT.

https://github.com/FreeTAKTeam/FreeTakServer/blob/f5df8d9c7feea1162116d98b744438eca780a1ad/FreeTAKServer/controllers/SpecificCoTControllers/SendCoTAbstractController.py#L35

https://github.com/FreeTAKTeam/FreeTakServer/blob/45a2f5c86a322215e59c248d30faa14c812dcb94/FreeTAKServer/model/RawCoT.py#L12

naman108 commented 3 years ago

though we should add an empty refrence in RawCoT the dbController attribute is defined here https://github.com/FreeTAKTeam/FreeTakServer/blob/f5df8d9c7feea1162116d98b744438eca780a1ad/FreeTAKServer/controllers/services/Orchestrator.py#L198

brothercorvo commented 3 years ago

it's fixed ?