mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
collections
This commit is contained in:
@@ -15,7 +15,7 @@ function triggerTurbo(el) {
|
||||
el.form.setAttribute('novalidate', true);
|
||||
el.form.requestSubmit();
|
||||
el.form.querySelector(`[name="${sFormName}[_turbo_trigger]"]`).value = null;
|
||||
el.form.setAttribute('novalidate', false);
|
||||
el.form.removeAttribute('novalidate');
|
||||
$aFormBlockDataTransmittedData[name] = el.value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user