-
Notifications
You must be signed in to change notification settings - Fork 5
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
MODDCB-119 Change the datatype of calendar startDate and endDate #99
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…riptor-template.json
# Conflicts: # src/main/java/org/folio/dcb/service/impl/CustomTenantService.java # src/main/resources/swagger.api/schemas/Calendar.yaml # src/test/java/org/folio/dcb/utils/EntityUtils.java
|
gurleenkaurbp
approved these changes
Oct 1, 2024
kapil-epam
approved these changes
Oct 1, 2024
Vignesh-kalyanasundaram
added a commit
that referenced
this pull request
Oct 1, 2024
* MODDCB-119 Change the datatype of calendar startDate and endDate
Vignesh-kalyanasundaram
added a commit
that referenced
this pull request
Oct 2, 2024
* MODDCB-114 Changing service point creation logic (#94) * MODDCB-114 Changing servicePoint creation logic * MODDCB-114 Adding missing permissions (#95) * MODDCB-114 Adding missing permissions * MODDCB-119 Create default DCB calendar and link DCB specific service Points with it (#98) * MODDCB-119 Creating default calendar and add virtualServicePointId to calendar * MODDCB-119 Adding dependency and permission of calendar in ModuleDescriptor-template.json * MODDCB-119 Fix servicePoints null issue * MODDCB-119 Fix assignments null issue * MODDCB-119 Updating servicePoint with calendar if it is not assigned * MODDCB-119 Adding test cases * MODDCB-119 Adding test cases * MODDCB-119 Changing loggers * MODDCB-119 Associate the DCB servicePoint with the default calendar * MODDCB-119 Change the datatype of calendar startDate and endDate (#99) * MODDCB-119 Change the datatype of calendar startDate and endDate * MODDCB-128 Update NEWS * [maven-release-plugin] prepare release v1.1.3 * [maven-release-plugin] prepare for next development iteration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
The purpose of the PR is to fix the incompatibility issue between ramson and quesnelia
Approach
How does this change fulfill the purpose?
TODOS and Open Questions
Learning
Describe the research stage. Add links to blog posts, patterns, libraries or addons used to solve this problem.