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

MODSOURCE-717: MARC modifications not processed when placed after Holdings Update action in a job profile #590

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

Maksat-Galymzhan
Copy link
Contributor

Purpose

MARC modifications not processed when placed after Holdings Update action in a job profile.

Approach

ADDED holding update subscription. Also it is checked behavior with item case.

@@ -42,6 +43,7 @@ public class DataImportConsumersVerticle extends AbstractConsumerVerticle {
DI_INVENTORY_AUTHORITY_CREATED_READY_FOR_POST_PROCESSING.value(),
DI_INVENTORY_AUTHORITY_UPDATED_READY_FOR_POST_PROCESSING.value(),
DI_INVENTORY_HOLDING_CREATED.value(),
DI_INVENTORY_HOLDING_UPDATED.value(),
Copy link
Contributor

Choose a reason for hiding this comment

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

What about DI_INVENTORY_ITEM_UPDATED? Do we need to add this subscription as well? For the case when Modify action is placed after the Update Item action

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's already been added. DI_INVENTORY_ITEM_UPDATED.value(),

Copy link

sonarqubecloud bot commented Jan 9, 2024

@Maksat-Galymzhan Maksat-Galymzhan merged commit 11e0a3a into master Jan 9, 2024
5 checks passed
@Maksat-Galymzhan Maksat-Galymzhan deleted the MODSOURCE-717 branch January 24, 2024 06:34
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.

5 participants