mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-28 17:04:06 +00:00
Fix a UI/UX problem at admin page when updating permits document at /settings page
This commit is contained in:
@@ -79,7 +79,8 @@ class ImportPermitsReminderController
|
||||
'failedRows' => count($returnArray),
|
||||
'remark' => "Successful Imported {$successCount} data.",
|
||||
'data' => $returnArray,
|
||||
'title' => "Successful Imported {$successCount} data.",
|
||||
'title' => "Import Successful",
|
||||
'message' => "Number of records processed: {$successCount}.",
|
||||
]);
|
||||
|
||||
// return new JsonResponse(['title' => $this->getTitle(), 'message' => $this->getMessage(), 'payload' => $this->getData()], $this->getStatusCode());
|
||||
|
||||
Reference in New Issue
Block a user