mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add removal of users/groups which has been deleted
This commit is contained in:
parent
81b153ccd5
commit
2de2fc00fc
|
@ -91,6 +91,8 @@ $processwithoutusergroup = array();
|
|||
foreach(array('review', 'approval', 'receipt', 'revision') as $process) {
|
||||
foreach(array('user', 'group') as $ug) {
|
||||
if(!isset($_GET['action']) || $_GET['action'] == 'list'.ucfirst($process).'Without'.ucfirst($ug)) {
|
||||
if($_GET['repair'])
|
||||
$dms->removeProcessWithoutUserGroup($process, $ug, isset($_GET['required']) ? $_GET['required'] : '');
|
||||
$processwithoutusergroup[$process][$ug] = $dms->getProcessWithoutUserGroup($process, $ug);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user