Re: [rt-users] RT 4.2 Set($ShowHistory, 'delay') does not

2013-12-04 Thread Matthias Peplow
Hi, Javascript debugging and some googling pointed to some potential jsmin problems. After rebuilding jsmin from within the rt 4.2 installation the ShowHistory,'delay' works. Regards, Matthias 2013/12/3 Matthias Peplow matthias.pep...@s-f.com Hi, same result with Safari 7.0 and Chrome

Re: [rt-users] RT 4.2 Set($ShowHistory, 'delay') does not

2013-12-03 Thread Matthias Peplow
Hi, same result with Safari 7.0 and Chrome 31.0.1650.57 no events in the logs Matthias Am 02.12.2013 um 18:00 schrieb rt-users-requ...@lists.bestpractical.com: after the Upgrade from 4.016 to 4.2 the history of tickets was not shown anymore. The label ?loading? was shown forever but the

Re: [rt-users] RT 4.2 Set($ShowHistory, 'delay') does not

2013-12-03 Thread Alex Vandiver
On Tue, 2013-12-03 at 10:38 +0100, Matthias Peplow wrote: same result with Safari 7.0 and Chrome 31.0.1650.57 I can't reproduce with either. You'll need to examine the javascript logs (probably easier in chrome) to see what's happening. - Alex

[rt-users] RT 4.2 Set($ShowHistory, 'delay') does not work

2013-12-02 Thread Matthias Peplow
Hi, after the Upgrade from 4.016 to 4.2 the history of tickets was not shown anymore. The label „loading“ was shown forever but the history never appeared. We solved this issue by restoring the RT 4.0 behavior with Set($ShowHistory, 'always‘); How can we get the delayed ticket history

Re: [rt-users] RT 4.2 Set($ShowHistory, 'delay') does not work

2013-12-02 Thread Alex Vandiver
On Mon, 2013-12-02 at 15:01 +0100, Matthias Peplow wrote: after the Upgrade from 4.016 to 4.2 the history of tickets was not shown anymore. The label „loading“ was shown forever but the history never appeared. We solved this issue by restoring the RT 4.0 behavior with Set($ShowHistory,