[Rt-commit] rt branch, 4.4/asset-sql-foundation, updated. rt-4.4.0-252-g57c5297
Shawn Moore
shawn at bestpractical.com
Wed Jun 15 14:55:26 EDT 2016
The branch, 4.4/asset-sql-foundation has been updated
via 57c529707df9da6668c5a4294f4747a656d977bf (commit)
from df148b589d4b44545c6bf2906c58982de0c25d2a (commit)
Summary of changes:
share/html/Asset/Search/index.html | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 57c529707df9da6668c5a4294f4747a656d977bf
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Jun 15 18:54:01 2016 +0000
Add Initial callback to /Asset/Search/
diff --git a/share/html/Asset/Search/index.html b/share/html/Asset/Search/index.html
index f1ebfa5..903ceb4 100644
--- a/share/html/Asset/Search/index.html
+++ b/share/html/Asset/Search/index.html
@@ -58,6 +58,7 @@ my $title = ( $ARGS{'SearchAssets'} or $ARGS{q} ) ?
loc("Found [quant,_1,asset,assets]",$assets->Count)
: loc("Assets");
+$m->callback( CallbackName => 'Initial', Assets => $assets, ARGSRef => \%ARGS);
</%init>
<& /Elements/Header, Title => $title &>
<& /Elements/Tabs &>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list