visuddhinanda před 2 roky
rodič
revize
84ca4a7bc8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Http/Controllers/TermVocabularyController.php

+ 1 - 1
app/Http/Controllers/TermVocabularyController.php

@@ -17,7 +17,7 @@ class TermVocabularyController extends Controller
     public function index(Request $request)
     public function index(Request $request)
     {
     {
         //
         //
-        $table = DhammaTerm::select(['word','meaning']);
+        $table = DhammaTerm::select(['guid','word','tag','meaning']);
         switch ($request->get('view')) {
         switch ($request->get('view')) {
             case "grammar":
             case "grammar":
                 $localTerm = ChannelApi::getSysChannel(
                 $localTerm = ChannelApi::getSysChannel(