[Rt-commit] rt branch, 4.2/allowed-components, created. rt-4.0.0rc6-167-g1add097
Shawn Moore
sartak at bestpractical.com
Tue Mar 15 15:05:01 EDT 2011
The branch, 4.2/allowed-components has been created
at 1add097535b40b3e26747e4d4729a02911eef391 (commit)
- Log -----------------------------------------------------------------
commit 1add097535b40b3e26747e4d4729a02911eef391
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Mar 15 15:03:45 2011 -0400
Drop IgnoreMissing from ShowSearch on RT at a Glance
This brings RT at a Glance more in line with Dashboards, which do
warn you when a search mysteriously vanished.
http://issues.bestpractical.com/Ticket/Display.html?id=13946#txn-118089
diff --git a/share/html/Elements/MyRT b/share/html/Elements/MyRT
index edb7ae8..e4d84d2 100644
--- a/share/html/Elements/MyRT
+++ b/share/html/Elements/MyRT
@@ -94,7 +94,7 @@ my $show_cb = sub {
} elsif ( $type eq 'system' ) {
$m->comp( '/Elements/ShowSearch', Name => $name, Override => { Rows => $Rows } );
} elsif ( $type eq 'saved' ) {
- $m->comp( '/Elements/ShowSearch', SavedSearch => $name, Override => { Rows => $Rows }, IgnoreMissing => 1 );
+ $m->comp( '/Elements/ShowSearch', SavedSearch => $name, Override => { Rows => $Rows } );
} else {
$RT::Logger->error("unknown portlet type '$type'");
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list