moshaorui 1 день тому
батько
коміт
e56827b614
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      app/Distributor/Controllers/SmmPostLogController.php

+ 1 - 0
app/Distributor/Controllers/SmmPostLogController.php

@@ -55,6 +55,7 @@ class SmmPostLogController extends AdminController
             $grid->disableCreateButton();
             $grid->disableDeleteButton();
             $grid->disableEditButton();
+            $grid->model()->where('dist_id', getDistributorId())->orderBy('id', 'desc');
         });
     }