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.
-- 
RT Training November 4 & 5 Los Angeles
http://bestpractical.com/training

Reply via email to