'.tr('Duplica'),
'data' => [
@@ -536,4 +610,4 @@
],
];
-return $operations;
+return $operations;
\ No newline at end of file
From d2f342067f70374a2b0390bb5f4124bd71bd94db Mon Sep 17 00:00:00 2001
From: Sajo <75281007+sajotrei@users.noreply.github.com>
Date: Thu, 20 Aug 2026 15:33:53 +0200
Subject: [PATCH 2/2] Corregge visualizzazione calendario nell'azione cambio
date
---
modules/interventi/bulk.php | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/modules/interventi/bulk.php b/modules/interventi/bulk.php
index e3f8583c9..f61259fac 100755
--- a/modules/interventi/bulk.php
+++ b/modules/interventi/bulk.php
@@ -523,8 +523,11 @@
'data' => [
'title' => tr('Cambiare la data delle attività selezionate?'),
'msg' => tr('La modifica sarà applicata solamente alle attività nello stato Da programmare.').'
- {[ "type": "select", "label": "'.tr('Campo da modificare').'", "name": "date_field", "required": 1, "values": "list=\"request\":\"'.tr('Data richiesta').'\",\"deadline\":\"'.tr('Data scadenza').'\"", "value": "request" ]}
- {[ "type": "date", "label": "'.tr('Nuova data').'", "name": "new_date", "required": 1 ]}',
+ {[ "type": "select", "label": "'.tr('Campo da modificare').'", "name": "date_field", "required": 1, "values": "list=\"request\":\"'.tr('Data richiesta').'\",\"deadline\":\"'.tr('Data scadenza').'\"", "value": "request" ]}
+
+
+
+
',
'button' => tr('Procedi'),
'class' => 'btn btn-lg btn-warning',
'blank' => false,
@@ -610,4 +613,4 @@
],
];
-return $operations;
\ No newline at end of file
+return $operations;