Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
core-1.8.0
-
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 } } } } } }