container profile page ui

This commit is contained in:
edmondlang
2021-09-21 22:37:08 +08:00
parent fd8d9bd0db
commit bf07a92873
5 changed files with 269 additions and 1 deletions
@@ -53,7 +53,7 @@ class FetchContainerLogic extends AbstractControllerLogic
$this->canFetchContainer->passes();
$query = $this->fetchesContainer->execute(['id' => $request->route('id')]);
$query = $this->fetchesContainer->execute(['id' => $request->route('id'), 'with_packing_lists' => true]);
return $this->resourceResponse(new ContainerResource($query));