cleanup and test

This commit is contained in:
spencerrlongg
2025-06-03 19:07:02 -05:00
parent 0fb1639915
commit 12d5e4f7d2
2 changed files with 41 additions and 2 deletions
@@ -201,7 +201,6 @@ class BulkAssetsController extends Controller
*/
public function update(Request $request) : RedirectResponse
{
//dd($request->all());
$this->authorize('update', Asset::class);
$has_errors = 0;
$error_array = array();
@@ -296,7 +295,6 @@ class BulkAssetsController extends Controller
$this->conditionallyAddItem($custom_field_column);
}
foreach ($custom_fields_to_null as $key => $custom_field_to_null) {
//dd($key);
$this->conditionallyAddItem($key);
}