From 7eb22c25ffde849ec5632a1dc5541d6dba1e160a Mon Sep 17 00:00:00 2001 From: Frederick Borges Date: Mon, 20 Sep 2021 11:10:23 +0200 Subject: [PATCH] B #5509: Fix memory input (#1463) (cherry picked from commit 6e64b46905d1e290758c97532f3f213b41cb4aa3) (cherry picked from commit 49c2c3e0616278ebd266a1cb454e314f54be8609) --- .../public/app/tabs/templates-tab/form-panels/instantiate.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js index 3508392998..0a4c5a2213 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate.js @@ -624,6 +624,8 @@ define(function(require) { } else { $(".memory_input .mb_input input", context).removeAttr("pattern"); } + + $(".memory_input .mb_input input.visor").trigger("change"); }); mb_input_unit.trigger("change");