Mass Action Fixed
This commit is contained in:
parent
97105dadb9
commit
b7a209295b
|
|
@ -329,7 +329,7 @@ class ProductController extends Controller
|
|||
return redirect()->back();
|
||||
}
|
||||
|
||||
if ($data['massaction-type'] !== 'update') {
|
||||
if (! $data['massaction-type'] == 'update') {
|
||||
return redirect()->back();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ class ReviewController extends Controller
|
|||
return redirect()->back();
|
||||
}
|
||||
|
||||
if ($data['massaction-type'] !== 'update') {
|
||||
if (! $data['massaction-type'] == 'update') {
|
||||
return redirect()->back();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue