Projekt

Obecné

Profil

« Předchozí | Další » 

Revize df8bb2d3

Přidáno uživatelem Marek Zábran před asi 4 roky(ů)

Issue #7849 a jiné @0.5h
Fix category_id -> id.
Fix buttonu při hoveru a ostatních efektech.

Zobrazit rozdíly:

app/Http/Controllers/CategoriesController.php
58 58
            $categories = array();
59 59
            for($i = 1; $i <= $countCategory;$i++)
60 60
            {
61
                array_push($categories, Category::where('category_id', $i)->get());
61
                array_push($categories, Category::where('id', $i)->get());
62 62
            }
63 63
            $clusters = $this->calculateClusters($categories);
64 64

  

Také k dispozici: Unified diff