StudioPlus Module Update - Rename rejected videos to edit required and some changes

This commit is contained in:
Leonard Biano
2024-09-12 23:25:33 +08:00
parent 6085cdafc5
commit 69b7fb0d67
11 changed files with 42 additions and 47 deletions
@@ -604,7 +604,8 @@ class StudioPlusVideoController extends Controller
->orWhere('description', 'LIKE', "%{$keyword}%")
->orWhere('asin', 'LIKE', "%{$keyword}%")
->orWhere('product_name', 'LIKE', "%{$keyword}%")
->orWhere('brand', 'LIKE', "%{$keyword}%");
->orWhere('brand', 'LIKE', "%{$keyword}%")
->orWhere('id', $keyword);
});
})
->when($request->filled('leaders'), function($query) use($request) {