Skip to content

Commit

Permalink
Merge pull request #518 from folio-org/MODFQMMGR-559
Browse files Browse the repository at this point in the history
MODFQMMGR-559:Remove the field "User — Patron group" from the "Users"…
  • Loading branch information
kjain110 authored Oct 30, 2024
2 parents e00afeb + 9c2a4e5 commit a8d84a7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/resources/entity-types/users/simple_user_details.json5
Original file line number Diff line number Diff line change
Expand Up @@ -371,17 +371,6 @@
visibleByDefault: false,
valueGetter: ":sourceAlias.jsonb->>'createdDate'",
},
{
name: 'patron_group',
sourceAlias: 'user',
dataType: {
dataType: 'rangedUUIDType',
},
isIdColumn: false,
queryable: true,
visibleByDefault: false,
valueGetter: ":sourceAlias.jsonb->>'patronGroup'",
},
{
name: 'updated_date',
sourceAlias: 'user',
Expand Down

0 comments on commit a8d84a7

Please sign in to comment.