diff --git a/Layout/default/VueViews/WorkorderCompanyPWA.php b/Layout/default/VueViews/WorkorderCompanyPWA.php index b8645275d..68e603eef 100644 --- a/Layout/default/VueViews/WorkorderCompanyPWA.php +++ b/Layout/default/VueViews/WorkorderCompanyPWA.php @@ -200,7 +200,7 @@ if (!selectedWorkorder.value) return '#'; const { street, hausnummer, plz, city } = selectedWorkorder.value; const address = encodeURIComponent(`${street} ${hausnummer}, ${plz} ${city}`); - return `https://www.google.com/maps/search/?api=1&query=${address}`; + return `https://maps.google.com/maps?q=${address}`; }); const checklist = computed(() => { @@ -470,8 +470,8 @@
-
@@ -479,8 +479,9 @@
- +
@@ -497,14 +498,15 @@
-
-
-
-
+
+
+
+
+
-
+
@@ -698,9 +700,9 @@
  • + :class="{'bg-primary/10 text-primary dark:bg-secondary/20 dark:text-secondary': selectedFcp === option.value}"> {{ option.text }} - +
  • @@ -868,4 +870,4 @@ - \ No newline at end of file +