Skip to content

Commit 3dfca83

Browse files
committed
fix(form_translation): refresh tab after update of a string
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent c34c0c2 commit 3dfca83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

js/scripts.js.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,10 @@ function buildTiles(list) {
11711171
id: formLanguageId,
11721172
plugin_formcreator_translations_id: translationId
11731173
}
1174-
).dialog('open');
1174+
).dialog('open')
1175+
.on('dialogclose', function (e, ui) {
1176+
reloadTab();
1177+
});
11751178
}
11761179

11771180
// make a new selector equivalent to :contains(...) but case insensitive

0 commit comments

Comments
 (0)