mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-03 03:12:25 +08:00
CUSTOM_SCOPE_POSITION
This commit is contained in:
@@ -149,6 +149,11 @@ public class ScopeByUserHandler implements DataAccessHandler {
|
||||
scope = config.getScope();
|
||||
allScope = scope;
|
||||
break;
|
||||
case "CUSTOM_SCOPE_POSITION":
|
||||
termType = "user-in-position";
|
||||
scope = config.getScope();
|
||||
allScope = scope;
|
||||
break;
|
||||
case "CUSTOM_SCOPE_DEPT":
|
||||
termType = "user-in-department";
|
||||
scope = config.getScope();
|
||||
|
||||
Reference in New Issue
Block a user