You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Erik de Hair (JIRA)" <ji...@apache.org> on 2017/09/22 14:33:00 UTC

[jira] [Created] (ISIS-1737) Hiding of elements doesn't work on interfaces

Erik de Hair created ISIS-1737:
----------------------------------

             Summary: Hiding of elements doesn't work on interfaces
                 Key: ISIS-1737
                 URL: https://issues.apache.org/jira/browse/ISIS-1737
             Project: Isis
          Issue Type: Bug
          Components: Core: Viewer: Wicket
    Affects Versions: 1.15.0
            Reporter: Erik de Hair


Hi,

While upgrading to Apache Isis 1.15.0 I noticed hiding didn't work
anymore on properties represented by an interface. In the following
example the String will be hidden but the HideMe-property will not:

public HideMe getInterfaceToBeHidden(){
         return null;
     }
     public boolean hideInterfaceToBeHidden(){
         return true;
     }
     public String getStringToBeHidden(){
         return "foo";
     }
     public boolean hideStringToBeHidden(){
         return true;
     }

With Apache Isis 1.14.x this works as expected.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)