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

Excel download does not honour whether a property is invisible

    XMLWordPrintableJSON

Details

    Description

      for example, add the following to `SimpleObject`:

      @Property
      public String getFoo() {
          throw new RuntimeException();
      }
      @MemberSupport
      public boolean hideFoo() {
          return true;
      }

      and add to `SimpleObject.columnOrder.txt`

      Now use `SimpleObjects > List All`

      the Wicket viewer will render the "foo" column, showing every cell as empty because the value is hidden.

      HOWEVER

      attempting to download the Excel spreadsheet will fail - downloads the .xlsx containing the redirected error html.

       

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: