GL-FW-1: add created/payed filter to transfer/index and transfer/list
This commit is contained in:
@@ -55,7 +55,6 @@ class TransferSummarySearch extends Transfer
|
||||
{
|
||||
return [
|
||||
[[ 'id_account','id_user', 'type'], 'integer'],
|
||||
// [[ 'searchObjectName' ], 'string'],
|
||||
[[ 'start', ], 'date' , 'timestampAttribute' => 'timestampStart' ,'timestampAttributeFormat' => 'yyyy-MM-dd' ],
|
||||
[[ 'end' , ], 'date' , 'timestampAttribute' => 'timestampEnd' ,'timestampAttributeFormat' => 'yyyy-MM-dd' ],
|
||||
['types', 'each', 'rule' => ['integer']],
|
||||
|
||||
Reference in New Issue
Block a user