psi-4ward/news4ward_tags

Install Tool

Manfred-Gipp opened this issue · 0 comments

In Contao 4.8.4:

CREATE 
OR REPLACE VIEW `tl_news4ward_articleWithTags` AS 
SELECT 
  tl_news4ward_article.*, 
  GROUP_CONCAT(tag) AS tags 
FROM 
  tl_news4ward_article 
  LEFT OUTER JOIN tl_news4ward_tag ON (
    tl_news4ward_tag.pid = tl_news4ward_article.id
  ) 
GROUP BY 
  tl_news4ward_article.id

Es sieht so aus, als würde diese Anweisung nicht ausgeführt. Es bleibt im Install-Tool immer stehen.