Fix [ 1888832 ] NPE starting adempiere
This commit is contained in:
parent
71ee0da862
commit
ba07d01b9d
|
@ -930,6 +930,8 @@ public final class MRole extends X_AD_Role
|
||||||
*/
|
*/
|
||||||
private boolean isView(String tableName)
|
private boolean isView(String tableName)
|
||||||
{
|
{
|
||||||
|
if (m_viewName == null)
|
||||||
|
loadAccess(true);
|
||||||
return m_viewName.contains(tableName.toUpperCase());
|
return m_viewName.contains(tableName.toUpperCase());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue