mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
N°9121 - CSV Import : The advanced mode option no longer works as before.
This commit is contained in:
@@ -372,7 +372,6 @@ EOF
|
||||
function DoAdvanced()
|
||||
{
|
||||
UpdateClassesSelect();
|
||||
DoMapping();
|
||||
}
|
||||
|
||||
function CSVGoBack()
|
||||
@@ -460,6 +459,7 @@ EOF
|
||||
function(data) {
|
||||
$('#select_class_name').replaceWith($(data));
|
||||
$('#select_class_name').on('change', function(ev) { DoMapping(); } );
|
||||
DoMapping();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user