Add configurable list of predefined subjects when sending a task by email

This commit is contained in:
Frederic Guillot
2017-06-03 17:31:32 -04:00
parent 9668723af4
commit dd8d7ef49d
35 changed files with 110 additions and 5 deletions

View File

@@ -1337,4 +1337,6 @@ return array(
// 'Assign the task to its creator' => '',
// 'This task was sent by email to "%s" with subject "%s".' => '',
// 'Log this action in a comment' => '',
// 'Predefined Email Subjects' => '',
// 'Write one subject by line.' => '',
);