mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fixed for Trac #223: when checking the value of an attribute also use the pattern matching defined at the atribute level itself to ensure consistency.
SVN:trunk[693]
This commit is contained in:
@@ -648,7 +648,7 @@ abstract class DBObject
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return $oAtt->CheckValue($toCheck); // Check the format
|
||||
}
|
||||
|
||||
// check attributes together
|
||||
|
||||
Reference in New Issue
Block a user