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

pkp/pkp-lib#10744 Increase opportunity for ORCID work/review deposits #4574

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

taslangraham
Copy link
Contributor

@taslangraham taslangraham commented Dec 31, 2024

@taslangraham taslangraham changed the title pkp/pkp-lib #10744 Increase opportunity for ORCID work/review deposits pkp/pkp-lib#10744 Increase opportunity for ORCID work/review deposits Dec 31, 2024
@taslangraham taslangraham marked this pull request as ready for review January 3, 2025 15:07
@taslangraham taslangraham force-pushed the i10744-main branch 2 times, most recently from 687b483 to cc911e8 Compare January 3, 2025 15:44
@@ -74,6 +77,10 @@ public function submissionMetadataChanged($submission)
$this->_updateTextIndex($submissionId, SubmissionSearch::SUBMISSION_SEARCH_TYPE, (array) $publication->getData('type'));
$this->_updateTextIndex($submissionId, SubmissionSearch::SUBMISSION_SEARCH_COVERAGE, (array) $publication->getData('coverage'));
// FIXME Index sponsors too?

if ($publication->getData('status') == PKPSubmission::STATUS_PUBLISHED) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks good for now, but just as a note, I'd eventually like to move all things making use of this for downstream metadata consumers do so via event listeners, but not necessary for 3.5. We can revisit once 3.5 is out.

@taslangraham taslangraham force-pushed the i10744-main branch 2 times, most recently from 9f29841 to 6a4ff76 Compare January 10, 2025 23:48
@taslangraham taslangraham force-pushed the i10744-main branch 2 times, most recently from 1cf2e7f to 0013bb4 Compare January 12, 2025 23:52
@taslangraham taslangraham merged commit ac09401 into pkp:main Jan 13, 2025
2 of 8 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.

2 participants