mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
select user even in status S_LOG_ACCEPTED or S_LOG_REJECTED
This commit is contained in:
parent
ced19968aa
commit
cc1c4081bc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user