BF[ 1878783 ] Cant seem to access any html window
This commit is contained in:
parent
601b6ab46a
commit
fb989f1134
|
@ -150,9 +150,13 @@ public class GridWindowVO implements Serializable
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
// Ensure ASP exceptions
|
// Ensure ASP exceptions
|
||||||
|
MClient client = MClient.get(ctx);
|
||||||
|
if (client.isUseASP())
|
||||||
|
{
|
||||||
MRole role = MRole.getDefault(ctx, false);
|
MRole role = MRole.getDefault(ctx, false);
|
||||||
if (role.getWindowAccess(AD_Window_ID) == null)
|
if (role.getWindowAccess(AD_Window_ID) == null)
|
||||||
vo = null;
|
vo = null;
|
||||||
|
}
|
||||||
// Not found
|
// Not found
|
||||||
if (vo == null)
|
if (vo == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue