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

This commit is contained in:
Uwe Steinmann 2020-08-28 13:11:40 +02:00
commit 29471ea6b3

View File

@ -1737,6 +1737,8 @@ $(document).ready(function() {
$content .= ">".htmlspecialchars($curuser->getLogin()." - ".$curuser->getFullName())."</option>";
}
$content .= "</select>";
} else {
$content .= getMLText('no_users');
}
break;
case SeedDMS_Core_AttributeDefinition::type_group:
@ -1755,6 +1757,8 @@ $(document).ready(function() {
$content .= ">".htmlspecialchars($curgroup->getName())."</option>";
}
$content .= "</select>";
} else {
$content .= getMLText('no_groups');
}
break;
default: