Skip to content

Commit

Permalink
MODFQMMGR-390:Add a way to hide fields in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
kjain110 committed Aug 1, 2024
1 parent a06f830 commit 66d47ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/swagger.api/schemas/entityTypeColumn.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@
"sourceAlias": {
"description": "Source alias for this column",
"type": "string"
},
"hidden": {
"description": "Indicates if the field is hidden in UI",
"type": "boolean",
"default": false
}
},
"required": []
}
]
}

0 comments on commit 66d47ce

Please sign in to comment.