mirror of
https://github.com/grocy/grocy.git
synced 2025-08-14 17:54:40 +00:00
Include OS and client information in easy error info copy/paste and on the about dialog
This commit is contained in:
@@ -77,7 +77,8 @@ class ExceptionController extends BaseApiController
|
||||
}
|
||||
|
||||
return $this->renderPage($response->withStatus(500), 'errors/500', [
|
||||
'exception' => $exception
|
||||
'exception' => $exception,
|
||||
'system_info' => $this->getApplicationService()->GetSystemInfo()
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user