-
Notifications
You must be signed in to change notification settings - Fork 0
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
S28 250: Edit Requests Via Portal #836
base: S28-3367/edited-recording-notification
Are you sure you want to change the base?
S28 250: Edit Requests Via Portal #836
Conversation
Plan Result (stg)
|
Plan Result (prod)
|
@@ -310,11 +328,23 @@ public List<FfmpegEditInstructionDTO> invertInstructions(List<EditCutInstruction | |||
return invertedInstructions; | |||
} | |||
|
|||
private String toJson(EditInstructions instructions) { | |||
private <E> String toJson(E instructions) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will need renaming as we have https://github.com/hmcts/pre-api/blob/master/src/main/resources/db/migration/V025__AddTermsAndConditionsMultiline.sql
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just the migration file names to sort as long as it's done before going to master
…it-requests-via-portal # Conflicts: # src/main/java/uk/gov/hmcts/reform/preapi/dto/RecordingDTO.java
Caution
This PR contains 2 migrations. Ensure they are numbered correctly before merging
JIRA ticket(s)
Change description
GET /edits/{id}
endpoint to accept Level 3 usersGET /edits
endpointPUT /edits/{id}
endpoint