Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-1737

Hiding of elements doesn't work on interfaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 1.15.0
    • None
    • Viewer Wicket
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            erikdehair Erik de Hair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: