mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
CSV import: "Ignore this field" can be used more than one time in the mapping.
SVN:trunk[3259]
This commit is contained in:
@@ -993,7 +993,7 @@ EOF
|
||||
iOccurences++;
|
||||
}
|
||||
});
|
||||
if (iOccurences > 1)
|
||||
if ((iOccurences > 1) && (sRefValue != ':none:'))
|
||||
{
|
||||
$(this).parent().css({'border': '2px #D81515 solid'});
|
||||
bResult = false;
|
||||
|
||||
Reference in New Issue
Block a user