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 Uniform Title Field #16

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

RickyLeeII
Copy link
Collaborator

These changes add a field for "Uniform Title" to record pages, based on MARC field 130a.

These changes add a field for "Uniform Title" to record pages when MARC field 130a is present.
@@ -652,6 +652,14 @@ public function getLanguages()
return (array)($this->fields['language'] ?? []);
}

/**
Copy link
Member

Choose a reason for hiding this comment

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

We've customized this file in the TAMU modules directory. I think adding this change to the file here instead should get the same results and keep future upgrades simpler.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It currently doesn't work when placed in our TAMU module directory, but you're right that it would make updates easier. I'll investigate what needs to be done to make the local version work.

@doug-hahn doug-hahn merged commit 1d8d6af into tamu-development-9.0.3 Jul 12, 2024
0 of 7 checks passed
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

Successfully merging this pull request may close these issues.

3 participants