mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6503 from turbo124/v5-develop
Remove history as an available include
This commit is contained in:
commit
abc63ff7f2
@ -30,7 +30,7 @@ class CreditTransformer extends EntityTransformer
|
||||
|
||||
protected $availableIncludes = [
|
||||
'invitations',
|
||||
'history',
|
||||
// 'history',
|
||||
// 'client',
|
||||
'documents',
|
||||
'activities',
|
||||
|
@ -32,7 +32,7 @@ class InvoiceTransformer extends EntityTransformer
|
||||
|
||||
protected $availableIncludes = [
|
||||
// 'invitations',
|
||||
'history',
|
||||
// 'history',
|
||||
'payments',
|
||||
'client',
|
||||
'activities',
|
||||
|
@ -31,7 +31,7 @@ class QuoteTransformer extends EntityTransformer
|
||||
protected $availableIncludes = [
|
||||
'invitations',
|
||||
'documents',
|
||||
'history',
|
||||
// 'history',
|
||||
'activities',
|
||||
// 'payments',
|
||||
// 'client',
|
||||
|
@ -34,7 +34,7 @@ class RecurringInvoiceTransformer extends EntityTransformer
|
||||
'invitations',
|
||||
'documents',
|
||||
'activities',
|
||||
'history',
|
||||
// 'history',
|
||||
// 'client',
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user