You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/05/28 08:51:00 UTC

[isis] 01/01: Merge pull request #567 from apache/ISIS-2705

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 499670b1f5dda6cb293a1075d4e77d5e817853d4
Merge: d3bb1d4 e89b1ac
Author: Dan Haywood <da...@apache.org>
AuthorDate: Fri May 28 09:50:53 2021 +0100

    Merge pull request #567 from apache/ISIS-2705
    
    ISIS-2705: sets up new facets to hide an object if (from perms) all o…

 .../navigation/NavigationFacet.java}               | 38 +++------
 ...enObjectFacet.java => HiddenInstanceFacet.java} | 12 +--
 .../facets/object/hidden/HiddenObjectFacet.java    | 17 +---
 ...HiddenObjectFacet.java => HiddenTypeFacet.java} | 30 +------
 .../HiddenTypeFacetDerivedFromAuthorization.java   | 97 ++++++++++++++++++++++
 ...nTypeFacetDerivedFromAuthorizationFactory.java} | 42 ++++------
 ...NavigationFacetFromHiddenTypePostProcessor.java | 63 ++++++++++++++
 .../NavigationFacetDerivedFromHiddenType.java      | 64 ++++++++++++++
 .../dflt/ProgrammingModelFacetsJava8.java          |  4 +
 9 files changed, 257 insertions(+), 110 deletions(-)