Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for searching COG Type on COG form #5118

Closed
Tracked by #1150
grantfitzsimmons opened this issue Jul 19, 2024 · 2 comments
Closed
Tracked by #1150

Add support for searching COG Type on COG form #5118

grantfitzsimmons opened this issue Jul 19, 2024 · 2 comments
Assignees
Labels
1 - Bug Incorrect behavior of the product geospecify
Milestone

Comments

@grantfitzsimmons
Copy link
Member

grantfitzsimmons commented Jul 19, 2024

Describe the bug
image

No results are returned, despite there being a record:

image

Currently, COG types cannot be searched using a QCBX. This needs to be remedied before it is released widely.

How it should work

image

To make this happen in the current release, I did the following:

  1. Added to the TypeSearches app resource:
    <typesearch tableid="1018"   name="CollectionObjectGroupType"              searchfield="name" displaycols="name"    format="%s"     dataobjformatter=""/>
  1. Added the following table format:
	<format name="CollectionRelType" title="CollectionRelType" class="edu.ku.brc.specify.datamodel.CollectionRelType" default="true">
		<switch single="true">
			<fields>
				<field>name</field>
			</fields>
		</switch>
	</format>
@grantfitzsimmons grantfitzsimmons added 1 - Bug Incorrect behavior of the product geospecify labels Jul 19, 2024
@grantfitzsimmons
Copy link
Member Author

Let's just do a picklist!

@CarolineDenis CarolineDenis added this to the 7.9.8 milestone Jul 19, 2024
@grantfitzsimmons grantfitzsimmons changed the title Add support for searching COG Type from the QCBX Add support for searching COG Type on COG form Jul 19, 2024
@CarolineDenis CarolineDenis self-assigned this Aug 6, 2024
@CarolineDenis
Copy link
Contributor

Added to #5215

@CarolineDenis CarolineDenis closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - Bug Incorrect behavior of the product geospecify
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants