mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
b5ae39836c
|
@ -90,12 +90,14 @@ $(document).ready( function() {
|
|||
$content .= getAttributeValidationText($selattrdef->getValidationError(), $selattrdef->getName(), $entry['value'], $selattrdef->getRegex());
|
||||
}
|
||||
/* Check if value is in value set */
|
||||
/*
|
||||
if($selattrdef->getValueSet()) {
|
||||
foreach($value as $v) {
|
||||
if(!in_array($v, $selattrdef->getValueSetAsArray()))
|
||||
$content .= getMLText("attribute_value_not_in_valueset");
|
||||
}
|
||||
}
|
||||
*/
|
||||
$content .= "</td>";
|
||||
$content .= "</tr>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user