|
@@ -149,6 +149,11 @@ public class ScopeByUserHandler implements DataAccessHandler {
|
|
scope = config.getScope();
|
|
scope = config.getScope();
|
|
allScope = scope;
|
|
allScope = scope;
|
|
break;
|
|
break;
|
|
|
|
+ case "CUSTOM_SCOPE_POSITION":
|
|
|
|
+ termType = "user-in-position";
|
|
|
|
+ scope = config.getScope();
|
|
|
|
+ allScope = scope;
|
|
|
|
+ break;
|
|
case "CUSTOM_SCOPE_DEPT":
|
|
case "CUSTOM_SCOPE_DEPT":
|
|
termType = "user-in-department";
|
|
termType = "user-in-department";
|
|
scope = config.getScope();
|
|
scope = config.getScope();
|