From 47e5fb098bd51cb21ba1288835bfc75e7f4899e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Tue, 22 Sep 2020 14:16:19 +0200 Subject: [PATCH] EZP-31896: added tooltip to new row (#1522) --- src/bundle/Resources/public/js/scripts/fieldType/ezauthor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bundle/Resources/public/js/scripts/fieldType/ezauthor.js b/src/bundle/Resources/public/js/scripts/fieldType/ezauthor.js index 4e186300ca..1dc91fc12b 100644 --- a/src/bundle/Resources/public/js/scripts/fieldType/ezauthor.js +++ b/src/bundle/Resources/public/js/scripts/fieldType/ezauthor.js @@ -117,6 +117,8 @@ this.reinit(); this.updateDisabledState(authorNode); + eZ.helpers.tooltips.parse(node); + eZ.helpers.tooltips.hideAll(); } /**