summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.7.82/content
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.7.82/content')
-rw-r--r--rt/etc/upgrade/3.7.82/content13
1 files changed, 0 insertions, 13 deletions
diff --git a/rt/etc/upgrade/3.7.82/content b/rt/etc/upgrade/3.7.82/content
deleted file mode 100644
index a1c555f..0000000
--- a/rt/etc/upgrade/3.7.82/content
+++ /dev/null
@@ -1,13 +0,0 @@
-@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' },
- },
-);
-