From 6ed23db65517e98383f935134fb848a57a38fa45 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Thu, 29 Jun 2023 14:53:04 +0200 Subject: [PATCH] [FIX] runbot: open frontend url's in a new tab by default --- runbot/static/src/js/fields/fields.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runbot/static/src/js/fields/fields.js b/runbot/static/src/js/fields/fields.js index 3aaa1795..c9dfa228 100644 --- a/runbot/static/src/js/fields/fields.js +++ b/runbot/static/src/js/fields/fields.js @@ -68,7 +68,7 @@ export class FrontendUrl extends Component { static template = xml`
-
+
`; static components = { Many2OneField } @@ -92,7 +92,7 @@ export class FieldCharFrontendUrl extends Component { static template = xml`
-
+
`; static components = { CharField }