Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt
Commits
6a51f0fc
Commit
6a51f0fc
authored
Jun 13, 2014
by
Christian Loos
Committed by
Alex Vandiver
Jun 16, 2014
Browse files
add SubjectTag to AdminSearchResultFormat for queues
parent
b8e9cef5
Changes
1
Hide whitespace changes
Inline
Side-by-side
etc/RT_Config.pm.in
View file @
6a51f0fc
...
...
@@ -2943,7 +2943,7 @@ Set(%AdminSearchResultFormat,
Queues
=>
q
{
'<a href="__WebPath__/Admin/Queues/Modify.html?id=__id__">__id__</a>/TITLE:#'
}
.
q
{,
'<a href="__WebPath__/Admin/Queues/Modify.html?id=__id__">__Name__</a>/TITLE:Name'
}
.
q
{,
__Description__
,
__Address__
,
__Priority__
,
__DefaultDueIn__
,
__Disabled__
,
__Lifecycle__
},
.
q
{,
__Description__
,
__Address__
,
__Priority__
,
__DefaultDueIn__
,
__Disabled__
,
__Lifecycle__
,
__SubjectTag__
},
Groups
=>
q
{
'<a href="__WebPath__/Admin/Groups/Modify.html?id=__id__">__id__</a>/TITLE:#'
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment