[Bps-public-commit] rt-extension-notificationmatrix branch, master, updated. 333a74b37d6f979cd5656a40c934210b00e9656a
Chia-liang Kao
clkao at bestpractical.com
Wed Jul 14 08:20:58 EDT 2010
The branch, master has been updated
via 333a74b37d6f979cd5656a40c934210b00e9656a (commit)
via 024d37e1a7b343533027ba87bf4c293ebf6fc94a (commit)
from f335d91beeec4063b8d580984a2e1c5489879093 (commit)
Summary of changes:
html/Admin/Queues/NotificationMatrix.html | 2 +-
.../NotificationMatrix/Rule/TicketCommented.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 024d37e1a7b343533027ba87bf4c293ebf6fc94a
Author: Chia-liang Kao <clkao at clkao.org>
Date: Wed Jul 14 20:21:48 2010 +0800
kill a warning.
diff --git a/html/Admin/Queues/NotificationMatrix.html b/html/Admin/Queues/NotificationMatrix.html
index 7f4a4d8..77257b4 100644
--- a/html/Admin/Queues/NotificationMatrix.html
+++ b/html/Admin/Queues/NotificationMatrix.html
@@ -30,7 +30,7 @@ table.notification-matrix td {
<form method="post">
Find User defined groups:
-<input name="GroupString" value="<% $ARGS{GroupString} %>">
+<input name="GroupString" value="<% $ARGS{GroupString} || '' %>">
<& /Elements/Submit, Name => "Search", Label => loc('Search') &>
<& /Elements/Submit, Name => "ListAll", Label => loc('List All') &>
commit 333a74b37d6f979cd5656a40c934210b00e9656a
Author: Chia-liang Kao <clkao at clkao.org>
Date: Wed Jul 14 20:22:06 2010 +0800
Fix typo.
diff --git a/lib/RT/Extension/NotificationMatrix/Rule/TicketCommented.pm b/lib/RT/Extension/NotificationMatrix/Rule/TicketCommented.pm
index 60cda43..28188f3 100644
--- a/lib/RT/Extension/NotificationMatrix/Rule/TicketCommented.pm
+++ b/lib/RT/Extension/NotificationMatrix/Rule/TicketCommented.pm
@@ -9,7 +9,7 @@ use constant Description => 'When ticket is commented';
sub ConditionMatched {
my $self = shift;
- $self->ScripConditionMatched("On Commit");
+ $self->ScripConditionMatched("On Comment");
}
1;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list