mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +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());
|
$content .= getAttributeValidationText($selattrdef->getValidationError(), $selattrdef->getName(), $entry['value'], $selattrdef->getRegex());
|
||||||
}
|
}
|
||||||
/* Check if value is in value set */
|
/* Check if value is in value set */
|
||||||
|
/*
|
||||||
if($selattrdef->getValueSet()) {
|
if($selattrdef->getValueSet()) {
|
||||||
foreach($value as $v) {
|
foreach($value as $v) {
|
||||||
if(!in_array($v, $selattrdef->getValueSetAsArray()))
|
if(!in_array($v, $selattrdef->getValueSetAsArray()))
|
||||||
$content .= getMLText("attribute_value_not_in_valueset");
|
$content .= getMLText("attribute_value_not_in_valueset");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
$content .= "</td>";
|
$content .= "</td>";
|
||||||
$content .= "</tr>";
|
$content .= "</tr>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user