diff options
author | matthew <matthew> | 2007-09-11 15:29:42 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-09-11 15:29:42 +0000 |
commit | 13fcf2a89c3841121a54010a30ec865bbea96d0f (patch) | |
tree | 51d99b07dd3dc3f7a482670e5c3eddf8682b9755 /db | |
parent | a38914df3e875859a9efaabe21e308d5e992c57b (diff) |
Try and put area title in email alert.
Diffstat (limited to 'db')
-rw-r--r-- | db/alert_types.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/alert_types.sql b/db/alert_types.sql index 356f339d1..ee71a05f8 100644 --- a/db/alert_types.sql +++ b/db/alert_types.sql @@ -68,6 +68,6 @@ values ('area_problems', '', '', 'New problems within {{NAME}}\'s boundary on FixMyStreet', '/reports', 'The latest problems within {{NAME}}\'s boundary reported by users', 'problem', 'problem.state in (\'confirmed\', \'fixed\') and areas like \'%,\'||?||\',%\'', 'created desc', - '{{title}}, {{confirmed}}', '/?id={{id}}', '{{detail}}', 'alert-problem' + '{{title}}, {{confirmed}}', '/?id={{id}}', '{{detail}}', 'alert-problem-area' ); |