Closed mikelohmann closed 10 years ago
Currently in the ClientApiController::postClientMeasurementsAction the fun stuff happens.
Here we need to update / insert a client entity and onSave Event insert a new measurement.
The client entity is now part of the measurement. So if it will be persist the client will be persist too and its fk column gets the id of the persisted measurement.
Currently in the ClientApiController::postClientMeasurementsAction the fun stuff happens.
Here we need to update / insert a client entity and onSave Event insert a new measurement.