[interchange-bugs] [rt.icdevgroup.org #321] Re: [ic] Unknown field name 'status' used in tag item-param

Stefan Hornburg via RT interchange at rt.icdevgroup.org
Mon Oct 12 09:21:19 UTC 2009


Mon Oct 12 09:21:19 2009: Request 321 was acted upon.
Transaction: Ticket created by racke
       Queue: Interchange
     Subject: Re: [ic] Unknown field name 'status' used in tag item-param
       Owner: Nobody
  Requestors: racke at linuxia.de
      Status: new
 Ticket <URL: http://rt.icdevgroup.org/Ticket/Display.html?id=321 >


Salvador Caballé wrote:
> I'm working to upgrade an old catalog to the latest
> interchange version , and I see the following error
> in the error.log:
> 
> /admin/item.html Unknown field name 'status' used in tag item-param
> 
> I also checked the error log in icdevgroup demo site, and I see the same 
> message.
> 
> Everything seems to work well, but I was not the reason for this error

No, the error comes from this part of ITL on item.html:

[item-calc]
   my $string = '';
   if(! $Scratch->{old_browser}) {
     my $nm = 'checker[item-increment]';
     push @els, qq{push_el('$nm', '[item-param status]');};
     $string .= "id=$nm ";
   }
   return $string if $Scratch->{archive_nm} eq 'unarchive';
   $string .= 'CHECKED' if q{[item-param status]} eq $Values->{checked_status};
   return $string;
[/item-calc]

It looks like that code was added here by mistake, as items has neither
status nor archive fields.

Regards
          Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team






More information about the interchange-bugs mailing list