[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-65-gd1cb060
Emannuel Lacour
elacour at bestpractical.com
Fri May 28 10:50:41 EDT 2010
The branch, 3.8-trunk has been updated
via d1cb060b0d8d793a468bf4f6413df433ad807a73 (commit)
from 0a79e9c674d77fb31ccf423ad793817a408d079b (commit)
Summary of changes:
docs/design_docs/approval_template | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit d1cb060b0d8d793a468bf4f6413df433ad807a73
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date: Fri May 28 16:50:48 2010 +0200
Fix typos in what looks like "approvals" documentation so people won't copy/past bad template
diff --git a/docs/design_docs/approval_template b/docs/design_docs/approval_template
index 16a988c..3b93868 100755
--- a/docs/design_docs/approval_template
+++ b/docs/design_docs/approval_template
@@ -15,11 +15,11 @@
push (@admins, $admin->Name);
}
}
- Queue: Approvals
- Type: Approval
+ Queue: ___Approvals
+ Type: approval
AdminCcs: {join (", ", at admins) }
- Depended-On-By: {$tickets{'TOP'}->Id}
- Refers-To: {$tickets{'TOP'}->Id}
+ Depended-On-By: TOP
+ Refers-To: TOP
Due: {time + 86400}
Content-Type: text/plain
- Content: Your approval is requested for the ticket {%$tickets{'TOP'}->Id}: {$tickets{'TOP'}->Subject}
+ Content: Your approval is requested for the ticket {$Tickets{'TOP'}->Id}: {$Tickets{'TOP'}->Subject}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list