Compare commits
No commits in common. "5017532439e17c338240d50bca25c63f35741419" and "3b2ac3d0cd636f887a73a1dddae5a133fb211170" have entirely different histories.
5017532439
...
3b2ac3d0cd
4
.replit
4
.replit
@ -19,10 +19,6 @@ externalPort = 80
|
||||
localPort = 33035
|
||||
externalPort = 3001
|
||||
|
||||
[[ports]]
|
||||
localPort = 33963
|
||||
externalPort = 6000
|
||||
|
||||
[[ports]]
|
||||
localPort = 41295
|
||||
externalPort = 5173
|
||||
|
||||
@ -220,8 +220,6 @@ export default function Sites() {
|
||||
editForm.reset({
|
||||
name: site.name,
|
||||
address: site.address,
|
||||
latitude: site.latitude || "",
|
||||
longitude: site.longitude || "",
|
||||
customerId: site.customerId ?? undefined,
|
||||
location: site.location,
|
||||
serviceTypeId: site.serviceTypeId ?? undefined,
|
||||
@ -233,6 +231,8 @@ export default function Sites() {
|
||||
contractEndDate: site.contractEndDate || undefined,
|
||||
serviceStartTime: site.serviceStartTime || "",
|
||||
serviceEndTime: site.serviceEndTime || "",
|
||||
latitude: site.latitude || undefined,
|
||||
longitude: site.longitude || undefined,
|
||||
isActive: site.isActive,
|
||||
});
|
||||
};
|
||||
|
||||
BIN
database-backups/vigilanzaturni_v1.0.32_20251022_083408.sql.gz
Normal file
BIN
database-backups/vigilanzaturni_v1.0.32_20251022_083408.sql.gz
Normal file
Binary file not shown.
Binary file not shown.
10
version.json
10
version.json
@ -1,13 +1,7 @@
|
||||
{
|
||||
"version": "1.0.42",
|
||||
"lastUpdate": "2025-10-23T13:51:05.343Z",
|
||||
"version": "1.0.41",
|
||||
"lastUpdate": "2025-10-23T13:41:37.302Z",
|
||||
"changelog": [
|
||||
{
|
||||
"version": "1.0.42",
|
||||
"date": "2025-10-23",
|
||||
"type": "patch",
|
||||
"description": "Deployment automatico v1.0.42"
|
||||
},
|
||||
{
|
||||
"version": "1.0.41",
|
||||
"date": "2025-10-23",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user