Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
18caa12784
@ -375,7 +375,7 @@ class NotificationController extends AdminController
|
|||||||
// Insert file attachment record
|
// Insert file attachment record
|
||||||
if ($this->MailAttachmentModel->insert($data)) {
|
if ($this->MailAttachmentModel->insert($data)) {
|
||||||
// Retrieve active attachments to return in response
|
// Retrieve active attachments to return in response
|
||||||
$attachment_data = $this->MailAttachmentModel->where('is_active', 1)->findAll();
|
$attachment_data = $this->MailAttachmentModel->where('notification_id', $find_notification['id'])->where('is_active', 1)->findAll()??[];
|
||||||
return $this->respond([
|
return $this->respond([
|
||||||
'status' => true,
|
'status' => true,
|
||||||
'code' => 200,
|
'code' => 200,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user