diff options
Diffstat (limited to 'rt/etc/upgrade/3.7.82/content')
-rw-r--r-- | rt/etc/upgrade/3.7.82/content | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rt/etc/upgrade/3.7.82/content b/rt/etc/upgrade/3.7.82/content new file mode 100644 index 000000000..a1c555f78 --- /dev/null +++ b/rt/etc/upgrade/3.7.82/content @@ -0,0 +1,13 @@ +@Attributes = ( + { Name => 'Search - Bookmarked Tickets', + Description => 'Bookmarked Tickets', #loc + Content => + { Format => q{'<a href="__WebPath__/Ticket/Display.html?id=__id__">__id__</a>/TITLE:#',} + . q{'<a href="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a>/TITLE:Subject',} + . q{Priority, QueueName, ExtendedStatus, Bookmark}, + Query => "__Bookmarks__", + OrderBy => 'LastUpdated', + Order => 'DESC' }, + }, +); + |