Browse Source

tagging rest of category

hajar
Siti Hajar Ibrahim 5 years ago
parent
commit
77e2e3c0b4
3 changed files with 1056 additions and 2 deletions
  1. 1
    1
      app/Http/Controllers/Controller.php
  2. 1054
    0
      public/test.json
  3. 1
    1
      routes/web.php

+ 1
- 1
app/Http/Controllers/Controller.php View File

@@ -58,7 +58,7 @@ class Controller extends BaseController

if (!empty($work_order)) {
$form_submitted = Form::where('_id', $work_order->_id)->first();
$form_submitted->customer_category = $r->category;
$form_submitted->save();
}

+ 1054
- 0
public/test.json
File diff suppressed because it is too large
View File


+ 1
- 1
routes/web.php View File

@@ -15,7 +15,7 @@ Route::get('/', function () {
});

Route::get('/request-reset-docket', 'Controller@resetDocket');
Route::get('/get-database', 'Controller@getDatabase');
Route::get('/get-database', 'Controller@taggingCategory');
// Route::get('/delete-dealer-claim', 'Controller@deleteTodayClaim');

Route::get('/convert-password/{action}/', ['uses' => 'Auth\AdminController@encryptPassword']);

Loading…
Cancel
Save