Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2017-07-26 07:56:05 +02:00
commit b5ae39836c

View File

@ -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>";
}