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;
|
||||
}
|
||||
// Ensure ASP exceptions
|
||||
MClient client = MClient.get(ctx);
|
||||
if (client.isUseASP())
|
||||
{
|
||||
MRole role = MRole.getDefault(ctx, false);
|
||||
if (role.getWindowAccess(AD_Window_ID) == null)
|
||||
vo = null;
|
||||
}
|
||||
// Not found
|
||||
if (vo == null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue