Merge remote-tracking branch 'origin/feature/REQ-1609' into dev
This commit is contained in:
commit
3fb08ce52f
@ -65,7 +65,7 @@ public class SaasRoleVO {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public List<PermissionPointTreeNode> getFeature() {
|
||||
public List<PermissionPointTreeNode> currentFeature() {
|
||||
return this.permissionGroup.stream().map(SaasPermissionGroupVO::getFeature).flatMap(List::stream).distinct().collect(Collectors.toList());
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user