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

deaccessionPreparations is a phantom field #2153

Closed
grantfitzsimmons opened this issue Sep 15, 2022 · 1 comment · Fixed by #5367
Closed

deaccessionPreparations is a phantom field #2153

grantfitzsimmons opened this issue Sep 15, 2022 · 1 comment · Fixed by #5367
Labels
1 - Bug Incorrect behavior of the product 2 - Database/Schema Issues that are related to the underlying database and schema 2 - Forms Issues that are related to the form system

Comments

@grantfitzsimmons
Copy link
Member

Preparation -> deaccessionPreparations is a relationship that is present in the Schema Config tools in both Specify 6 and 7.

When viewing Preparation in the schema viewer in 7, you'll notice that that field does not exist. At the database and data model level, it is not present.


Additional Details:

Under the Preparation form for the default vertpaleo.views.xml, the following row exists (Lines 658-660):

<row>
   <cell type="subview" viewname="DeaccessionPreparation2" id="deaccprep" name="deaccessionPreparations" colspan="12"/>
</row>

This indicates that there is a subview referencing deaccessionPreparations. This is non-functional in Specify 7, as Deaccessions are not in 7 (#2114).

What is this field and how is it implmented in 6?

@grantfitzsimmons grantfitzsimmons added 1 - Bug Incorrect behavior of the product pri:unknown labels Sep 15, 2022
@benanhalt benanhalt moved this to Todo in Schema Changes Oct 18, 2022
@grantfitzsimmons grantfitzsimmons added 2 - Forms Issues that are related to the form system 2 - Database/Schema Issues that are related to the underlying database and schema and removed Unsorted labels Jul 2, 2023
@emenslin
Copy link
Collaborator

Can recreate in edge (7.9.6)

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 2 - Database/Schema Issues that are related to the underlying database and schema 2 - Forms Issues that are related to the form system
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants