mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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(
|
||||
'name'=>'lists',
|
||||
'type'=>'select',
|
||||
'description'=>'Number of days to look back.',
|
||||
'description'=>'Document lists to be included.',
|
||||
'multiple'=>true,
|
||||
'options'=>[['newdocuments', getMLText('latest_newdocuments')], ['updateddocuments', getMLText('latest_updateddocuments')], ['statuschange', getMLText('latest_statuschange')]],
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue
Block a user