Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / etc / upgrade / 3.7.82 / content
1 use strict;
2 use warnings;
3
4 our @Attributes = (
5     { Name => 'Search - Bookmarked Tickets',
6       Description => 'Bookmarked Tickets', #loc
7       Content     =>
8       { Format => q{'<a href="__WebPath__/Ticket/Display.html?id=__id__">__id__</a>/TITLE:#',}
9                 . q{'<a href="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a>/TITLE:Subject',}
10                 . q{Priority, QueueName, ExtendedStatus, Bookmark},
11         Query   => "__Bookmarks__",
12         OrderBy => 'LastUpdated',
13         Order   => 'DESC' },
14     },
15 );
16