fix getInternalVOScopes method. Now it returns only the VO and root-vo
scopes
This commit is contained in:
parent
ed50daf199
commit
5d32792908
|
@ -65,6 +65,7 @@ public class Utils {
|
|||
ScopeBean scopeBean = new ScopeBean(scope);
|
||||
if(scopeBean.is(Type.VRE))
|
||||
vosScopes.add(scopeBean.enclosingScope().toString());
|
||||
else
|
||||
// if the scope is a root-vo scope, it will be added to the vosScope array
|
||||
vosScopes.add(scope);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue