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

[#TRUNK-4274] Order.encounter should be required #695

Closed
wants to merge 3 commits into from

Conversation

k-joseph
Copy link
Member

@k-joseph k-joseph commented Mar 2, 2014

fix for https://tickets.openmrs.org/browse/TRUNK-4274 | made orders.encounter_id nullable, updated Update OrderService.discontinueOrder() and resolved the failing unit tests

@@ -6420,6 +6420,22 @@
upgrade process if any unmapped text is found
</comment>
</changeSet>

<changeSet id="201403021223-TRUNK-4274" author="k-joseph" dbms="mysql">
Copy link
Member

Choose a reason for hiding this comment

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

There is already a changeset to handle this see https://tickets.openmrs.org/browse/TRUNK-4283
Don't include dbms

Copy link
Member Author

Choose a reason for hiding this comment

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

i added this changeset as a response to your comment on the ticket @wluyima that says; you need to add a changeset that should check that no order has a null encounter.
were you meaning this or something else, and if it was this then do i again need to address the changeset since it is requiring the same thing as does https://tickets.openmrs.org/browse/TRUNK-4283 ?
for the case of dbms, i realised some tests were failing on upgrade and yet would pass when i included it, that's why i added it there, in case there's need for this changeset again then i can try removing it again and run mvn clean install and if passes, well and good, i remove it,

Copy link
Member

Choose a reason for hiding this comment

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

Leave out the dbms.
I probably made the comment before TRUNK-4283, so you can remove it.

@wluyima
Copy link
Member

wluyima commented Mar 6, 2014

Merged the code at ed4fd04

@wluyima wluyima closed this Mar 6, 2014
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants