IDEMPIERE-5375 Read-only windows are not shown in Favourites dashboard (#1430)

This commit is contained in:
Carlos Ruiz 2022-08-09 09:09:03 +02:00 committed by GitHub
parent 0d05606682
commit 0cb7216599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}