Update tag when changing the type of a question in forms

pull/1/head
yflory 2021-08-31 10:47:56 +02:00
parent a59047364c
commit 96132d78f9
1 changed files with 1 additions and 0 deletions

View File

@ -2874,6 +2874,7 @@ define([
framework.localChange();
var $oldTag = $(data.tag);
framework._.cpNfInner.chainpad.onSettle(function () {
$(changeType).find('span').text(Messages['form_type_'+type]);
data = model.get(block.opts, _answers, null, evOnChange);
$oldTag.before(data.tag).remove();
});