Announcement

Collapse
No announcement yet.

Notification not received

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Notification not received

    I'm adding records to the back-end. There is a notification before. No now notifications. What is the reason of this?
    I checked. Registration added. The associated user is correct. (assigned_user_id)

    Code:
    $service = $this->getRecordService();
    
    if ($entity = $service->createEntity($data)) {
        return $entity->getValueMap();
    }
    
    throw new Error();
Working...
X