mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
change sequence of parameters for expired docs task
This commit is contained in:
parent
8b2db5376c
commit
7998c9d7e0
|
@ -99,16 +99,16 @@ class SeedDMS_ExpiredDocumentsTask extends SeedDMS_SchedulerTaskBase { /* {{{ */
|
|||
|
||||
public function getAdditionalParams() {
|
||||
return array(
|
||||
array(
|
||||
'name'=>'email',
|
||||
'type'=>'string',
|
||||
'description'=> '',
|
||||
),
|
||||
array(
|
||||
'name'=>'days',
|
||||
'type'=>'integer',
|
||||
'description'=> 'Number of days to check for. Negative values will look into the past. 0 will just check for documents expiring the current day. Keep in mind that the document is still valid on the expiration date.',
|
||||
),
|
||||
array(
|
||||
'name'=>'email',
|
||||
'type'=>'string',
|
||||
'description'=> 'If set, emails are send to this address.',
|
||||
),
|
||||
array(
|
||||
'name'=>'peruser',
|
||||
'type'=>'boolean',
|
||||
|
|
Loading…
Reference in New Issue
Block a user