mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
change description of parameter 'lists'
This commit is contained in:
parent
6211ab6b32
commit
e3cc28916d
|
@ -820,7 +820,7 @@ class SeedDMS_RecentChangesTask extends SeedDMS_SchedulerTaskBase { /* {{{ */
|
||||||
array(
|
array(
|
||||||
'name'=>'lists',
|
'name'=>'lists',
|
||||||
'type'=>'select',
|
'type'=>'select',
|
||||||
'description'=>'Number of days to look back.',
|
'description'=>'Document lists to be included.',
|
||||||
'multiple'=>true,
|
'multiple'=>true,
|
||||||
'options'=>[['newdocuments', getMLText('latest_newdocuments')], ['updateddocuments', getMLText('latest_updateddocuments')], ['statuschange', getMLText('latest_statuschange')]],
|
'options'=>[['newdocuments', getMLText('latest_newdocuments')], ['updateddocuments', getMLText('latest_updateddocuments')], ['statuschange', getMLText('latest_statuschange')]],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user