Release 2.14 (#4710)
- show "link has expired message" in password reset screen - added date objects as hydrator variables - for custom date formats in invoice templates - show meta-fields with null values (e.g. booleans with `false` where hidden) - fix permission check: allow to remove `view_own_timesheet` but still record times - prevent error 500 if customer country is empty - fix API 500 error if project does not exist when creating new timesheet - fix tags are not created in remote-search mode - do not check "export items" by default - fix daterange query, if user an request locale are different - added logging for invalid SAML responses (see various discussions)
This commit is contained in:
@@ -79,7 +79,9 @@ class DebugRendererTest extends TestCase
|
||||
{
|
||||
$keys = [
|
||||
'invoice.due_date',
|
||||
'invoice.due_date_process',
|
||||
'invoice.date',
|
||||
'invoice.date_process',
|
||||
'invoice.number',
|
||||
'invoice.currency',
|
||||
'invoice.currency_symbol',
|
||||
@@ -92,7 +94,9 @@ class DebugRendererTest extends TestCase
|
||||
'invoice.total_time',
|
||||
'invoice.duration_decimal',
|
||||
'invoice.first',
|
||||
'invoice.first_process',
|
||||
'invoice.last',
|
||||
'invoice.last_process',
|
||||
'invoice.total',
|
||||
'invoice.total_nc',
|
||||
'invoice.total_plain',
|
||||
@@ -113,11 +117,13 @@ class DebugRendererTest extends TestCase
|
||||
'query.month_number',
|
||||
'query.year',
|
||||
'query.begin',
|
||||
'query.begin_process',
|
||||
'query.begin_day',
|
||||
'query.begin_month',
|
||||
'query.begin_month_number',
|
||||
'query.begin_year',
|
||||
'query.end',
|
||||
'query.end_process',
|
||||
'query.end_day',
|
||||
'query.end_month',
|
||||
'query.end_month_number',
|
||||
|
||||
Reference in New Issue
Block a user