Skip to content

Conversation

@CarolineDenis
Copy link
Contributor

@CarolineDenis CarolineDenis commented May 29, 2025

Fixes #6559

Warning

This PR affects database migrations. See migration testing instructions.

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone
  • Add relevant documentation (Tester - Dev)
  • Add a reverse migration if a migration is present in the PR

Testing instructions

  • Open any table with schema config
  • Verify there is now a form field in the right column named Darwin Core Concept for each field and relationship
  • Verify there is now a form field in the right column named Darwin Core Concept Description for each field and relationship
  • Verify that the concept and the description are readonly
Screenshot 2025-05-29 at 2 54 43 PM

NOTES:
The dwc concept and description fields are visible everywhere for now (just for testing). Once I added the value for certain of them those two fields will only appear when there is a concept available.


MIGRATION_0032_UPDATE_FIELDS = {
'SpLocaleContainerItem': [
('dwcConcept', 'Darwin Core Concept', 'Linked Darwin Core Concept'),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋Back Log

Development

Successfully merging this pull request may close these issues.

Create a new DwC concept and DwC description field in schema config

2 participants