Merge branch 'Lasha_Kapanadze_process_import_branch' of http://192.168.1.93:8418/solocla/Moncler-Portal
This commit is contained in:
commit
93becf69f6
@ -417,4 +417,7 @@ function markForIntervention($id, $pdo)
|
||||
$stmt->execute(['id' => $id]);
|
||||
|
||||
$query = "INSERT INTO notifications (`title`,`description`) VALUES ('Intervention Required', 'Intervention required for JSON entry with ID $id')";
|
||||
$stmt = $pdo->prepare($query);
|
||||
$stmt->execute();
|
||||
|
||||
}
|
||||
|
||||
@ -317,7 +317,9 @@
|
||||
for(var i=0; i<data.unseen_notifications.length; i++){
|
||||
$("#notificationItemDiv").append(`
|
||||
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
||||
<div class="notify-icon bg-primary"><i class="mdi mdi-cart-outline"></i></div>
|
||||
<div class="notify-icon bg-primary">
|
||||
<i class="mdi mdi-settings"></i>
|
||||
</div>
|
||||
<p class="notify-details"><b>${unseen_notifications[i]['title']}</b><small class="text-muted">${unseen_notifications[i]['description']}</small></p>
|
||||
</a>
|
||||
`);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user