release 1.15.5 (#2848)

This commit is contained in:
Kevin Papst
2021-10-13 18:31:28 +02:00
committed by GitHub
parent 6b066046c6
commit bbf25823b8
7 changed files with 52 additions and 13 deletions

View File

@@ -368,6 +368,7 @@ abstract class APIControllerBaseTest extends ControllerBaseTest
'name' => 'string',
'visible' => 'bool',
'color' => '@string',
'number' => '@string',
];
// if a list of customers is loaded
@@ -377,6 +378,7 @@ abstract class APIControllerBaseTest extends ControllerBaseTest
'name' => 'string',
'visible' => 'boolean',
'color' => '@string',
'number' => '@string',
'metaFields' => ['result' => 'array', 'type' => 'CustomerMeta'],
'teams' => ['result' => 'array', 'type' => 'Team'],
'currency' => 'string', // since 1.10