From e5242bf79cb32f0cf4c57c568d214b12c8bb8029 Mon Sep 17 00:00:00 2001 From: DANYDHSV Date: Tue, 28 Jul 2026 15:06:56 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20poblar=20correctamente=20la=20lista=20de?= =?UTF-8?q?splegable=20de=20instaladores=20en=20el=20m=C3=B3dulo=20Tareas?= =?UTF-8?q?=20Activas=20combinando=20instaladores=20registrados=20y=20admi?= =?UTF-8?q?nistradores=20del=20sistema=20UCRM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public.php b/public.php index 2fea2500..218288aa 100755 --- a/public.php +++ b/public.php @@ -2202,7 +2202,8 @@ $installersData = json_decode($config['installersDataWhatsApp'] ?? '{"instalador let SYSTEM_USER_ID = userId : 'null'; ?>; const store = { - installers: , + installers: , + admins: , theme: localStorage.getItem('theme') || 'light', crmUrl: '', publicUrl: '', @@ -2300,6 +2301,10 @@ $installersData = json_decode($config['installersDataWhatsApp'] ?? '{"instalador targetSection.classList.add('active'); } + if (tabName === 'installer-jobs') { + populateInstallerJobsSelect(); + } + // Initialize module if needed if (tabName === 'notificaciones' && !window.notificacionesInitialized) { // Load clients for notifications module