Merge branch 'ent-6632-Bug-dashboard-favorito-cuando-no-lo-es' into 'develop'

fixed query

See merge request artica/pandorafms!3602
This commit is contained in:
Daniel Rodriguez 2020-12-21 12:02:47 +01:00
commit efb4dabd18
1 changed files with 2 additions and 2 deletions

View File

@ -702,8 +702,8 @@ class Manager
FROM tdashboard td
LEFT JOIN twidget_dashboard twd
ON td.id = twd.id_dashboard
WHERE (td.id_group IN (%s) AND td.id_user = '') OR
td.id_user = '%s' %s
WHERE ((td.id_group IN (%s) AND td.id_user = '') OR
td.id_user = '%s') %s
GROUP BY td.id
ORDER BY name%s",
$string_groups,