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/25 15:36:00 UTC

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

     [ https://issues.apache.org/jira/browse/ISIS-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik de Hair closed ISIS-1737.
------------------------------
    Resolution: Not A Problem

Issue due to user's custom component not fully worked out for updated Wicket.

> 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)