Tags: Tatoeba/tatoeba2
  
            
          Tags
  Fix sentence indexation query Broken by 4beb12e. ul_sent_end.level may be NULL, and this NULL value silently bubbles up, changing the whole JSON object into a NULL value. As a result, all translations added by members in languages not listed on their profile are not indexed and cannot be found!
Fix sentence comments listing filtered by language By defining a containment using array key 'contain' the finder options, we overwrite the default containment used in pagination defined in SentenceCommentsController::$paginate['contain'], which results in the removal of the 'Users' containment. Closes #3202.
PreviousNext