mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
N°3750 Fix data-input-type modification not visible in the DOM
This commit is contained in:
@@ -2448,6 +2448,8 @@ JS
|
||||
if (utils::IsXmlHttpRequest()) {
|
||||
$sHTMLValue .= <<<HTML
|
||||
<script>
|
||||
//TODO 3.0.0 should we keep both ?
|
||||
$("[data-input-id='$iId']").attr("data-input-type", "$sInputType");
|
||||
$("[data-input-id='$iId']").data("input-type", "$sInputType");
|
||||
</script>
|
||||
HTML;
|
||||
|
||||
Reference in New Issue
Block a user