Merge branch 'master' into feature-6189/SAP_basic_structure_for_data_synchronization

This commit is contained in:
Paolo
2021-08-22 21:04:53 +02:00
366 changed files with 38291 additions and 10300 deletions
@@ -149,10 +149,10 @@ class Message extends API_Controller
if (isSuccess($postMessage))
{
$result = $this->messagelib->sendMessageUser(
$this->post()['receiver_id']), // receiverPersonId
$this->post()['receiver_id'], // receiverPersonId
$this->post()['subject'], // subject
$this->post()['body'], // body
$this->post()['person_id']) ? $this->post()['person_id'] : null, // sender_id
$this->post()['person_id'] ? $this->post()['person_id'] : null, // sender_id
isset($this->post()['oe_kurzbz']) ? $this->post()['oe_kurzbz'] : null, // senderOU
isset($this->post()['relationmessage_id']) ? $this->post()['relationmessage_id'] : null, // relationmessage_id
MSG_PRIORITY_NORMAL, // priority