Skip to content

Commit

Permalink
Merge pull request #5170 from specify/issue-5169
Browse files Browse the repository at this point in the history
MOTs: Add frontend picklist for COType
  • Loading branch information
sharadsw authored Aug 5, 2024
2 parents 9f37028 + f3a0203 commit 32d3301
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ export const getFrontEndPickLists = f.store<{
.set('tableName', 'preptype')
.set('fieldName', 'name'),
},
CollectionObjectType: {
name: definePicklist('_CollectionObjectType', [])
.set('type', PickListTypes.FIELDS)
.set('tableName', 'collectionobjecttype')
.set('fieldName', 'name'),
},
CollectionRelType: {
name: definePicklist('_CollectionRelType', [])
.set('type', PickListTypes.FIELDS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function QueryTablesEdit({
}
// TODO: temp fix, remove this, use to hide geo tables for COG until 9.8 release
export const HIDDEN_GEO_TABLES = new Set([
'CollectionObjectType',
'CollectionObjectGroup',
'CollectionObjectGroupJoin',
'CollectionObjectGroupType',
Expand Down

0 comments on commit 32d3301

Please sign in to comment.