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

Extend "Show Interactions" dialog to Deaccession #6113

Open
grantfitzsimmons opened this issue Jan 17, 2025 · 0 comments
Open

Extend "Show Interactions" dialog to Deaccession #6113

grantfitzsimmons opened this issue Jan 17, 2025 · 0 comments

Comments

@grantfitzsimmons
Copy link
Member

One component of #6108

1. Update "Show Interactions" Dialog

  • Functionality:

    • The "Show Interactions" button on the Loan form should display a list of all interactions associated with the preparation, not just loans and gifts.
  • Acceptance Criteria:

    • Deaccession

This section focuses solely on deaccession. The process is somewhat more complex because it requires checking the ExchangeOutPreparation, DisposalPreparation, and GiftPreparation tables for PreparationID. Next, we need to verify whether their parent records—identified by ExchangeOutID, DisposalID, and GiftID in each of those tables—are part of a Deaccession. Each linked parent table (ExchangeOut, Disposal, Gift) contains a field named "DeaccessionID." If a value is present, it should be displayed to the user in this dialog as a button to view the linked deaccession.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant