Skip to content

Commit

Permalink
Merge pull request #14712 from transcom/B-21977
Browse files Browse the repository at this point in the history
B-21977 MAIN - ANBD - Services Counselor can select counseling office when creating a move on behalf of customer
  • Loading branch information
r-mettler authored Feb 13, 2025
2 parents 3274d40 + 637c795 commit d9ac59c
Show file tree
Hide file tree
Showing 31 changed files with 1,513 additions and 79 deletions.
5 changes: 5 additions & 0 deletions pkg/gen/ghcapi/configure_mymove.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,11 @@ func configureAPI(api *ghcoperations.MymoveAPI) http.Handler {
return middleware.NotImplemented("operation ppm.ShowAOAPacket has not yet been implemented")
})
}
if api.TransportationOfficeShowCounselingOfficesHandler == nil {
api.TransportationOfficeShowCounselingOfficesHandler = transportation_office.ShowCounselingOfficesHandlerFunc(func(params transportation_office.ShowCounselingOfficesParams) middleware.Responder {
return middleware.NotImplemented("operation transportation_office.ShowCounselingOffices has not yet been implemented")
})
}
if api.PpmShowPaymentPacketHandler == nil {
api.PpmShowPaymentPacketHandler = ppm.ShowPaymentPacketHandlerFunc(func(params ppm.ShowPaymentPacketParams) middleware.Responder {
return middleware.NotImplemented("operation ppm.ShowPaymentPacket has not yet been implemented")
Expand Down
175 changes: 173 additions & 2 deletions pkg/gen/ghcapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions pkg/gen/ghcapi/ghcoperations/mymove_api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d9ac59c

Please sign in to comment.