Commit a026deec authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch...

Merge branch '6243-tasks-when-updating-time-interval-spam-protection-the-attribute-lastexectime-is-reset' into '1.4-dev'

Resolve "[Tasks] - When updating time-interval spam protection, the attribute lastExecTime is reset"

Closes #6243

See merge request fusiondirectory/fd!996
Showing with 3 additions and 3 deletions
+3 -3
...@@ -47,9 +47,9 @@ class tasksConfig extends simplePlugin ...@@ -47,9 +47,9 @@ class tasksConfig extends simplePlugin
'Mail' => [ 'Mail' => [
'name' => _('Mail Anti-Spam Configuration'), 'name' => _('Mail Anti-Spam Configuration'),
'attrs' => [ 'attrs' => [
new DateTimeAttribute( new IntAttribute(
_('Schedule'), '', _('Last Sent Mail'), '_(Last timestamp in Unix format when last email was sent succesfully)',
'fdTasksConfLastExecTime', FALSE 'fdTasksConfLastExecTime', FALSE, '', FALSE, ''
), ),
new IntAttribute( new IntAttribute(
_('Maximum number of e-mails processed per time'), _('Select max e-mails to be proccesse'), _('Maximum number of e-mails processed per time'), _('Select max e-mails to be proccesse'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment