]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commit
fix(20260302): cast time() to string for request_id in LogService calls
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Mon, 2 Mar 2026 15:46:50 +0000 (18:46 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Mon, 2 Mar 2026 15:48:01 +0000 (18:48 +0300)
commitea56db60cff6ad31cca6a9cafc8caecb13f1c015
tree601bfe9dd2530d67ea3a32d7d793b8a153345bda
parent1186aec64d43d900703510bb468b275629a3bb9c
fix(20260302): cast time() to string for request_id in LogService calls

ApiLogs.request_id validates as string, but time() returns int causing
"Значение «Request ID» должно быть строкой" validation error on every request.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
erp24/api2/controllers/DataController.php
erp24/api2/controllers/OrdersController.php