fix export dates are not localized (#5368)

This commit is contained in:
Kevin Papst
2025-02-20 15:07:28 +01:00
committed by GitHub
parent 928b5208e9
commit afaa845a9a
3 changed files with 7 additions and 7 deletions

View File

@@ -174,9 +174,9 @@ class ProjectTest extends AbstractEntityTestCase
['name', 'string'],
['customer', 'string'],
['orderNumber', 'string'],
['orderDate', 'datetime'],
['project_start', 'datetime'],
['project_end', 'datetime'],
['orderDate', 'date'],
['project_start', 'date'],
['project_end', 'date'],
['budget', 'float'],
['timeBudget', 'duration'],
['budgetType', 'string'],