mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-15 17:49:19 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
29471ea6b3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user