[rt-users] Missing translation of "Take" after upgrade to 4.2.7
Markus.Wildbolz at eu.magna.com
Markus.Wildbolz at eu.magna.com
Mon Sep 22 04:04:40 EDT 2014
Hi Kevin!
Thanks for the input. I already tried a fresh installation (deleted
database and initialize-database) on my development environment with no
effect.
Maybe the problem was a not correctly cleaned mason cache?!?! (Today I
tried a completely new installation and then the translation was correct!)
I now have re-imported the saved search attribute from the
initialdata-file via
##################### repair-search.txt
@Attributes = (
{ Name => 'Search - Unowned Tickets',
Description => '[_1] newest unowned tickets', # loc
Content =>
# 'Take' #loc
{ 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{QueueName, ExtendedStatus, CreatedRelative, }
. q{'<A
HREF="__WebPath__/Ticket/Display.html?Action=Take&id=__id__">__loc(Take)__</a>/TITLE:NBSP'},
Query => " Owner = 'Nobody' AND ( Status = 'new' OR Status =
'open')",
OrderBy => 'Created',
Order => 'DESC'
},
},
);
############
./sbin/rt-setup-database --action insert --datafile repair-search.txt
--dba mysql
and now it is working fine. Thanks!
Greetings.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20140922/57dde534/attachment.htm>
More information about the rt-users
mailing list