IDEMPIERE-5375 Read-only windows are not shown in Favourites dashboard (#1430)
This commit is contained in:
parent
0d05606682
commit
0cb7216599
|
@ -119,7 +119,7 @@ public class MTreeFavorite extends X_AD_Tree_Favorite
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((access != null && access.booleanValue()) || isSummary)
|
if (access != null || isSummary)
|
||||||
addToTree(nodeID, parentID, seqNo, name, menuID, img, isSummary, isCollapsible, isFavourite);
|
addToTree(nodeID, parentID, seqNo, name, menuID, img, isSummary, isCollapsible, isFavourite);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue