select user even in status S_LOG_ACCEPTED or S_LOG_REJECTED

This commit is contained in:
Uwe Steinmann 2016-03-24 15:43:00 +01:00
parent ced19968aa
commit cc1c4081bc

View File

@ -87,6 +87,8 @@ class SeedDMS_View_SetRevisors extends SeedDMS_Bootstrap_Style {
switch ($revisionIndex["i"][$usr->getID()]["status"]) {
case S_LOG_WAITING:
case S_LOG_SLEEPING:
case S_LOG_ACCEPTED:
case S_LOG_REJECTED:
print "<option value='". $usr->getID() ."' selected='selected'>".htmlspecialchars($usr->getLogin() . " - ". $usr->getFullName())."</option>";
break;
case S_LOG_USER_REMOVED: