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

5511: update /case-messages routes to /messages #6073

Merged
merged 2 commits into from
Aug 3, 2020

Conversation

rachaelparris
Copy link

No description provided.

@@ -28,7 +28,7 @@ export const docketClerkEditsOrderFromMessage = test => {
docketNumber: test.docketNumber,
documentIdToEdit: orderDocument.documentId,
parentMessageId: test.parentMessageId,
redirectUrl: `/case-messages/${test.docketNumber}/message-detail/${test.parentMessageId}`,
redirectUrl: `/messages/${test.docketNumber}/message-detail/${test.parentMessageId}`,
Copy link

Choose a reason for hiding this comment

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

I guess I should update the URL in my PR based on this! Also, yay for no more case-messages :)

Copy link

Choose a reason for hiding this comment

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

JK just realized the file I worked on is a part of this change set haha, I'll just merge in develop after you merge this branch

@rachaelparris rachaelparris merged commit c97983f into develop Aug 3, 2020
@rachaelparris rachaelparris deleted the 5511-update-routes branch August 3, 2020 16:21
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