[rt-users] Scrips not accessible in 4.2 anymore
Matthias Peplow
matthias.peplow at s-f.com
Tue Dec 3 03:21:49 EST 2013
Hi,
we had the
Set(%AdminSearchResultFormat,…
section in our RT_Site_config and it looks like some paths have changed. So replacing
Scrips =>
q{'<a href="__WebPath__/__WebRequestPathDir__/Scrip.html?id=__id__&Queue=__QueueId__">__id__</a>/TITLE:#'}
.q{,'<a href="__WebPath__/__WebRequestPathDir__/Scrip.html?id=__id__&Queue=__QueueId__">__Description__</a>/TITLE:Description'}
.q{,__Stage__, __Condition__, __Action__, __Template__},
by
Scrips =>
q{'<a href="__WebPath__/Admin/Scrips/Modify.html?id=__id__">__id__</a>/TITLE:#'}
.q{,'<a href="__WebPath__/Admin/Scrips/Modify.html?id=__id__">__Description__</a>/TITLE:Description'}
.q{,__Condition__, __Action__, __Template__, __Disabled__},
from the new RT_Config solved the problem. This change probably should be mentioned in the UPGRADING notes.
Regards,
Matthias
> On Mon, 2013-12-02 at 14:54 +0100, Matthias Peplow wrote:
>> after upgrading from 4.016 to 4.2 I cannot select Scrips anymore via Admin->Scrips->Select.
>
> Please try the following patch, which should be in 4.2.2:
> https://github.com/bestpractical/rt/commit/d9c1d3a.patch
>
> - Alex
More information about the rt-users
mailing list