mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-11871-error-sql-en-discovery-task-list-con-usuario-estandar-y-perfil-operator-read' into 'develop'
Ent 11871 error sql en discovery task list con usuario estandar y perfil operator read See merge request artica/pandorafms!6340
This commit is contained in:
commit
43b9972aef
@ -575,7 +575,7 @@ class DiscoveryTaskList extends HTML
|
|||||||
$recon_tasks = db_get_all_rows_sql(
|
$recon_tasks = db_get_all_rows_sql(
|
||||||
sprintf(
|
sprintf(
|
||||||
'SELECT tasks.*, apps.section AS section, apps.short_name AS short_name
|
'SELECT tasks.*, apps.section AS section, apps.short_name AS short_name
|
||||||
FROM trecon_task
|
FROM trecon_task tasks
|
||||||
LEFT JOIN tdiscovery_apps apps ON tasks.id_app = apps.id_app
|
LEFT JOIN tdiscovery_apps apps ON tasks.id_app = apps.id_app
|
||||||
WHERE id_group IN (%s) AND
|
WHERE id_group IN (%s) AND
|
||||||
(type IN (%s) OR section = "%s")',
|
(type IN (%s) OR section = "%s")',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user