[Rt-commit] rtir branch, 2.6/unique-cf-ids, updated. 2.6.0-18-g9582e6b
Kevin Falcone
falcone at bestpractical.com
Fri Mar 4 13:25:51 EST 2011
The branch, 2.6/unique-cf-ids has been updated
via 9582e6bb0d23ec7e962df314fb4889e7642c5ae7 (commit)
from b778d01aafccee3f6447e4c94e49e2da29228967 (commit)
Summary of changes:
html/RTIR/Incident/Create.html | 1 -
html/RTIR/Investigation/Elements/Create | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9582e6bb0d23ec7e962df314fb4889e7642c5ae7
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Mar 4 13:25:24 2011 -0500
Convert to using NamePrefix
The other CF ids are already using that and this gets us consistency
diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index b75a030..9cbc609 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -201,7 +201,6 @@ unless ( exists $ARGS{'Content'} ) {
Queue => 'Investigations',
Status => 'new',
SkipField => { Owner => 1, Attachments => 1, DateFields => 1 },
- CFIDPrefix => 'investigation-',
&>
<& /Elements/Submit,
Name => 'CreateWithInvestigation',
diff --git a/html/RTIR/Investigation/Elements/Create b/html/RTIR/Investigation/Elements/Create
index ce2d1d5..e46c3bc 100644
--- a/html/RTIR/Investigation/Elements/Create
+++ b/html/RTIR/Investigation/Elements/Create
@@ -57,7 +57,7 @@ email addresses. These people <b>will</b> receive future updates.)</&></font></i
NamePrefix => $NamePrefix,
TicketObj => $ARGS{'TicketObj'},
QueueObj => $QueueObj,
- CFIDPrefix => $ARGS{'CFIDPrefix'},
+ CFIDPrefix => $NamePrefix,
&></td></tr>
% } }
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list