Skip to content

Commit

Permalink
Merge pull request #60 from folio-org/MODFQMMGR-390
Browse files Browse the repository at this point in the history
MODFQMMGR-390:Add a way to hide fields in the UI
  • Loading branch information
kjain110 authored Aug 1, 2024
2 parents a06f830 + 66d47ce commit c849b61
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 c849b61

Please sign in to comment.