[rt-users] EditCustomFieldsOnUpdate does not work anymore
Koopmann, Jan-Peter
Jan-Peter.Koopmann at seceidos.de
Tue Jul 25 13:33:59 EDT 2006
On Tuesday, July 25, 2006 5:35 PM Todd Chapman wrote:
> In Display.html add "Actions => \@Action" to the callback arguments.
> In the callback itself add line "push @{$ARGS{Actions}},
> @cf_results;".
This causes a loop here. At the bottom of Display.html
if (@Actions)
is true even though @Actions is empty.
if (scalar(@Actions) == 0) {
on the other hand works as expected. Strange. Moreover the actions are not displayed at the top of the Display.html result anymore even though the changes are submitted. We will debug this further tomorrow but maybe you have an idea?
Regards,
JP
More information about the rt-users
mailing list