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

Hidden{where} in layout is not honored by table representations

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • core-1.8.0
    • core-1.8.0
    • Viewer Wicket
    • None

    Description

      On removal of all annotations and defining hidden property in the respecting layout json files, these definitions are not honored in table representations.

      Below is an example of how I defined the layout:

      {
            "span": 2,
            "memberGroups": {
              "Dates": {
                "members": {
                  "startDate": {
                    "disabled": {},
                    "hidden": {
                      "where": "EVERYWHERE"
                    },
                    "typicalLength": {
                      "value": 12
                    }
                  },
                  "endDate": {
                    "actions": {
                      "changeDates": {}
                    },
                    "disabled": {},
                    "hidden": {
                      "where": "EVERYWHERE"
                    },
                    "typicalLength": {
                      "value": 12
                    }
                  },
                  "tenancyStartDate": {
                    "disabled": {},
                    "hidden": {
                      "where": "NOWHERE"
                    },
                    "typicalLength": {
                      "value": 12
                    }
                  },
                  "tenancyEndDate": {
                    "disabled": {},
                    "hidden": {
                      "where": "NOWHERE"
                    },
                    "typicalLength": {
                      "value": 12
                    }
                  },
                  "tenancyDuration": {
                    "actions": {
                      "changeTenancyDates": {}
                    },
                    "disabled": {},
                    "typicalLength": {
                      "value": 25
                    }
                  }
                }
              }
            }
          }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            sginn Sander Ginn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: