Skip to content

OBPIH-6249 Fix upload of documents to e-requests#4553

Merged
awalkowiak merged 1 commit intofeature/upgrade-to-grails-3.3.10from
OBPIH-6249
Mar 20, 2024
Merged

OBPIH-6249 Fix upload of documents to e-requests#4553
awalkowiak merged 1 commit intofeature/upgrade-to-grails-3.3.10from
OBPIH-6249

Conversation

@kchelstowski
Copy link
Collaborator

This method has been missing in the StockMovement dto. It has been available only in the OutboundStockMovement. The problem was, that when we access the SM show page from the list page, we access it via requisition id (OutboundStockMovement id).
When we were uploading documents, we were redirected to the SM page, but using the shipment's id, hence we were evaluating some stuff from the StockMovement dto, not OutboundStockMovement, and since this method had been missing, we were getting an exception.

@awalkowiak awalkowiak merged commit b185ad2 into feature/upgrade-to-grails-3.3.10 Mar 20, 2024
@awalkowiak awalkowiak deleted the OBPIH-6249 branch March 20, 2024 11:04
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.

3 participants